/* CSS Document */





body{
	background-color: #434246;
}





* {
    padding: 0;
    margin: 0;
}



#container{
	width: 747px;
	height: 1043px;
	right: 50%;
	margin-right: -373.5px;
	position: absolute;
	border: 1px solid #000000;
	background-image: url(images/back.gif);
	background-repeat: repeat;

}

#links{
	top: 400px;
	left: 270px;
	width: 200px;
	height: 25px;
	position: absolute;
}

#flash{
	top: 82px;
	left: 22px;
	position: absolute;
	
}

#one{
	top: 11px;
	left: 13px;
	position: absolute;
}



#two{
	top: 11px;
	left: 340px;
	position: absolute;
}

#home{
	top: 115px;
	left: 43px;
	position: absolute;
}
#about{
	top: 115px;
	left: 129px;
	position: absolute;
}
#win{
	top: 115px;
	left: 210px;
	position: absolute;
}
#star{
	top: 115px;
	left: 336px;
	position: absolute;
}
#form{
	top: 115px;
	left: 453px;
	position: absolute;
}
#contact{
	top: 115px;
	left: 606px;
	position: absolute;
}



#three{
	top: 165px;
	left: 44px;
	width: 292px;
	height: 70px;
	background-image: url(images/content_15.gif);
	position: absolute;
}



#four{
	top: 165px;
	left: 336px;
	width: 367px;
	height: 70px;
	background-image: url(images/content_16.gif);
	position: absolute;
}

#five{
	top: 235px;
	left: 44px;
	width: 292px;
	height: 41px;
	background-image: url(images/content_18.gif);
	position: absolute;
}


#six{
	top: 235px;
	left: 336px;
	width: 367px;
	height: 41px;
	background-image: url(images/content_19.gif);
	position: absolute;
}


#seven{
	top: 276px;
	left: 44px;
	width: 659px;
	height: 686px;
	background-image: url(images/content_20.gif);
	position: absolute;
}


#eight{
	top: 959px;
	left: 44px;
	width: 659px;
	height: 37px;
	background-image: url(images/content_22.gif);
	background-repeat: no-repeat;
	position: absolute;
}



#ten{
	top: 996px;
	left: 44px;
	width: 659px;
	height: 13px;
	background-image: url(images/content_24.gif);
	background-repeat: no-repeat;
	position: absolute;
}

#links{
	top: 990px;
	left: 55px;
	width: 450px;
	position: absolute;
}

#copyright{
	top: 1012px;
	left: 55px;
	width: 231px;
	position: absolute;
}

#text{
	top: 275px;
	left: 60px;
	width: 420px;
	height: 435px;
	position: absolute;
}


#icons{
	top: 10px;
	left: 480px;
	width: 146px;
	height: 435px;
	position: absolute;
}





















h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #bdba87;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}




a:link {
color:#666666;
text-decoration: none;
}
a:visited{
color:#666666;
text-decoration: none;
}
a:hover{
color:#666666;
text-decoration: underline;
}
a:active{
color:#666666;
text-decoration: none;
}

