* {
	margin:0;
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body {
	width:100%;
	height:100%;
	background-repeat:repeat-x;
	background-color:#262d35;
	font-size:12px;
	font-family:arial;
}

#container {
	width:800px;
	margin:0 auto 0 auto;
}

#content {
	width:900px;
	height:600px;
	padding-top:0px;
}

#background {
	width: 900px;
	height: 600px;
	background-image:url(../images/background.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	
}