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

div#container
{
	position:relative;
	width: 1024px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
}
#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:207px;
	z-index:1;
}
#MainBody {
	position:absolute;
	left:0px;
	top:207px;
	width:1024px;
	height:506px;
	z-index:2;
	background-image: url(Images/bg.gif);
}


#Textbody {
	position:absolute;
	left:40px;
	top:228px;
	width:380px;
	height:479px;
	z-index:4;
}
#Imageholder {
	position:absolute;
	left:464px;
	top:248px;
	width:520px;
	height:400px;
	z-index:5;
}

#footer {
	position:absolute;
	left:0px;
	top:712px;
	width:1024px;
	height:19px;
	z-index:3;
	background-color: #3F82C8;
}
#EnterLink {
	position:absolute;
	left:822px;
	top:670px;
	width:183px;
	height:24px;
	z-index:6;
}


.style3 {color: #000000}
.style4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style6 {
	color: #FFFFFF;
	font-size: 12px;
}
.style7 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.style8 {font-size: 18px}
.style9 {color: #3F82C8}
