

body{
	font: 8pt/16pt 'Lucida Sans', Trebuchet, Sans-serif;	color: #ffffff;
	background: #000000;  
		background: url('../images/bg.jpg');
	}

#container{
	width:684px;
	background: #000;
	border:1px solid #494949;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	}

#floatleft{
	float:left;
	}
	
#floatright{
	float:right;
	}
	
#clear{
	clear:both;
	}