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




#background {
	background:url(images/bg_pattern.jpg);
	background-repeat:repeat-x;
	padding: 0;
 	margin: 0;
	width: 100%;
	height:100%;
	
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	margin-top: 200px;
}

#content {
	width: 800px;
	float:inherit;
}


