body {
	background-color: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: small;
	margin: 15px;
}

#header {
	width: 550px;
	height:70px;
	margin:0 auto;
}
#header img{
	float:left;
	border:0;
}
#header div{
	float:right;
}

#description {
	width: 550px;
	height:100px;
	margin:0 auto;
}

#main {
	width: 550px;
	height:100px;
	margin:0 auto;
	text-align:center;
}

#results {
	width: 300px;
	margin:0 auto;
	background:#CCC;
	padding:5px;
	text-align:center;
}

#footer {
	width: 550px;
	margin:0 auto;
	padding:100px 0;
	text-align:center;
}

