@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/allback.gif);
	background-position: center;
	background-repeat:repeat-x;
	background-color: #bfbfbf;
}
#content {
	position: absolute; 
	width: 980px; 
	height: 600px; 
	left: 50%; 
	top: 50%; 
	margin: -300px 0 0 -490px;
}