/* CSS Document */

body {
	background-color: #1F60A9;
	margin-top: 0px;
}

.style1 {color: #FFFFFF}

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

#flash {
	position:absolute;
	left:87px;
	top:155px;
	width:500px;
	height:500px;
	z-index:2;
}
#enter {
	position:absolute;
	left:88px;
	top:683px;
	width:500px;
	height:auto;
	z-index:2;
	font-size:30px;
	font-family:"Century Gothic";
}
#text {
	position:absolute;
	left:88px;
	top:758px;
	width:499px;
	height:auto;
	z-index:3;
	font-family:"Century Gothic";
}
