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

*{
	padding:0px;
	margin:0px;
}

body{
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
color:#999;
}

a:hover{
color:#000000;
}

#wrap{
	width:770px;
	height:620px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#logo{
	height:90px;
	width:354px;
	margin-left:70px;
	font-size:24px;
	text-align:center;
	background:url(images/comingsoon2.jpg) no-repeat;
}

#flash{
	width:770px;
	margin-top:0px;
	height:550px;
}

#footer{
	width:770px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#vert-hoz{

    position:absolute;
    top:40%;
    left:50%;
    margin-top:-275px;/* half elements height*/
    margin-left:-385px;/* half elements width*/
    width:770px;
    height:615px;
    background:#FFF;
    overflow:auto;/* allow content to scroll inside element */
    text-align:left;

}


