@charset "UTF-8";
/* CSS Document */
body {
	background:url(../images/background.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000;
	background-color:#333;
	margin:0;
}
#container {
	margin:20px auto;
	text-align:center;
}
.clear {
	clear:both;
}