/* CSS Document */

body {
	background-color: #000000; 
	background-image:url(images/mainbg.jpg);
	background-position:top;
	background-repeat: repeat-x;
}
/* * {
	padding: 0;
	margin: 0;
}*/
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#header {
	width: 960px;
	float: left;
	height: 165px;
	z-index:300;
}
#footer {
	width: 960px;
	height: 33px;
	clear: both;
}
#content {
	float: left;
	width: 960px;
	display: inline;
	z-index:100;
	
}

