body{
	background-color: #eee;
	text-align:center;
	margin-top: 3.0em;
}

#logo{
	margin: 0 auto;
}

#menu{
	margin:0 auto;
	margin-top: 2em;
	width: 600px;
	padding:0;
}

#menu li{
	text-align:center;
	float:left;
	width: 300px;
	list-style:none;
	margin:0;
	padding:0;
}

#menu li img{
	border: 0 none;
}

#menu li p a{
	text-decoration:none;
	color:#333;
}

#menu li p a:hover{
	text-decoration:underline;
}

#copyright{
	clear: both;
	font-size: .5em;
	color: #999;
}

#copyright a{
	color:#999;
}
