html, body{
	margin: 0;
	padding: 0;
}
html{
	font: 16px 'Calibri', Arial, sans-serif;
	color: #101010;
	background: #EAEAEA url('http://a3.twimg.com/profile_background_images/93990064/oxy-twitter-1920x1200.jpg') no-repeat 0 0;
}
#content{
	width: 526px;
	margin: 150px auto 50px auto;	
	padding: 25px;
	border: 1px solid #dfdfef;
	background-color: #efefff;
}
h1{
	margin: 0 0 0 0;
	padding: 0;
	line-height: normal;
	font-size: 32px;
	color: #000;
}
p{
	margin: 0;
	padding: 0;
	line-height: 22px;
}
a{
	text-decoration: none;
	color: #33c;
}
a:hover{
	text-decoration: underline;
}

ul#latest,
ul#latest li{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#latest li{
	float: left;
	width: 134px;
	height: 124px;
}
ul#latest li img{
	border: 0 none;
}
ul#latest{
	width: 536px;
	overflow: hidden;
	margin-right: -10px;
	padding-top: 5px;
}
