/* CSS Document */

body {
	
	text-align:center;
	margin: 0 auto;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow-y: scroll;
}

	
	
#container {
	background-color: #FFFFFF;
	position:relative;
	top: 21px;
	width:940px;
	z-index:41;
	height: 700px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg.jpg);
	border: 1px solid #000000;
}
	
#head {
	position:absolute;
	left:600px;
	top:0px;
	width:320px;
	height:150px;
	z-index:42;
}

#footer {
	position:absolute;
	left:400px;
	top:681px;
	width:520px;
	height:32px;
	z-index:42;
}
