body{
	background: #000;
	color: #e3e3e3;
}
a {
	color: #e3e3e3;
	
}
.clear{
	float: none;
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}

#wrapper{
	width: 728px;
	margin: 0 auto;
}