@charset "utf-8";
/* CSS Document */

*	{
	margin:0;
}

html, body {
	margin:0 auto;
	padding:0;
	height:100%;
	background-color:#b7b09d;
	background-image:url(/img/topbg.jpg);
	background-repeat:repeat-x;
	}
	
body {
	background-color:#b7b09d;
	}

#content	{
	margin:0 auto;
	width:1000px;
	height:500px;
	position:relative;
}
