body {
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 600;
	background-image:url(../background.jpg);
	background-position: top center;
	background-repeat: repeat;
	margin: 0px auto 0px auto;
	padding: 0px;
	z-index: 0;
}


#container {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
	z-index: 2;
}

#header {
	width: 900px;
	z-index: 3;
}

#footer {
	clear: both;
	width: 900px;
}

a {
	color:#353232;
	text-decoration:none;
}

a:hover {
	color:#747373;
	text-decoration:underline;
}

img {
	border: 0px;
}









