body {
	margin:0;
	font-family: "Times New Roman";
	font-size: 12px;
	background-color: #fff;
	padding: 50px;
}
.main {
	color: #aaa;
	font-size: 14px;
	font-style: italic;
	letter-spacing: -0.5px;
}

a {
	color: #161618;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visted {
	text-decoration: line-through;
}

#top {
	width: 600px;
	height: 50px;
	background-color: #fff;
}

#one {
	height: 350px;
	width: 200px;
	background-color: #fff;
	float: left;
}

#two {
	height: 350px;
	width: 200px;
	background-color: #fff;
	float: left;
}

#three {
	height: 350px;
	width: 200px;
	background-color: #fff;
	float: left;
}

#spacekidd {
	padding-top: 20px;
	clear: both;
}