/* CSS Document */



.style1 {color: #FFFFFF; font-size:12px;}

#bg {
	position:relative;
	top:-8px;
	width:100%;
	height:100%;
	background-image:url(../images/bgindex.jpg);

	 
}


#main {
	position:relative;
	top:0px;
	width:675px;
	height:1000px;
	z-index:1;
	background-color: #FFFFFF;
	margin-left:auto;
    margin-right:auto;
 	background-image:url(../images/newindex.jpg);
}

#flash {
	position:absolute;
	left:112px;
	top:194px;
	width:500px;
	height:500px;
	z-index:2;
}
#enter {
	position:absolute;
	left:114px;
	top:718px;
	width:500px;
	height:auto;
	z-index:2;
	font-size:30px;
	font-family:"Century Gothic";
}
#text {
	position:absolute;
	left:114px;
	top:771px;
	width:499px;
	height:auto;
	z-index:3;
	font-family:"Century Gothic";
}

