#container {
	position:absolute;
	left:0px;
	top:0px;
	width:1680px;
	height:1200px;
	left:50%; 			
	margin-left:-840px; 
}

#header {
	background-image:url('/images/index_02.jpg');
	position:absolute;
	left:351px;
	top:0px;
	width:990px;
	height:152px;
}

#menu {
	background-image:url('/images/index_04.jpg');
	position:absolute;
	left:351px;
	top:152px;
	width:990px;
	height:19px;
	
}

#content {
	background-image:url('/images/index_06.png');
	position:absolute;
	left:351px;
	top:171px;
	width:990px;
	height:1029px;
}

#text {
	margin:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

body {
	background-image: url('/images/background.jpg');
	overflow-x:hidden
	background-position:top center;
	background-color:#FFFFFF; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
}

a:link,a:visited,a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:20px;
}

a:hover {
	background-color:#FF9933;
	text-decoration:underline;
}