*{
margin:0;
padding:0;

}

#flash{
/*	vertical-align:middle;
	padding-bottom:5px;
	width:auto;
	height:100%;
	margin-top:3%;
	border:#333333 0px;*/
    position: absolute;
    left: 50%;
    top: 50%;
	right: 50%;
	bottom: 50%;
    height: 680px;
    margin-top: -340px;    /* 200px/2	*/
    width: 905px;
    margin-left: -452px;    /* 300px/2	*/
}


body{
	background-color:#000000;
	background-image: url("img/bg.jpg");
	background-repeat:repeat-x ;
	height:100%;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
}

a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
}

a:hover{
color:#CCCCCC;
font-size:12px;
}

