html {
    overflow: auto
	}
body {
    padding-top: 0px; padding-right: 0px;padding-bottom: 0px;padding-left: 0px; margin: 0px;
    font-family:arial,Lucida Grande,verdana,lucida,helvetica,ËÎÌå,sans-serif;
    font-size:12px;
    line-height:100%;
	text-align:center;
}
a:link{text-decoration : none ;color : #fff ;}
a:visited {text-decoration : none ;color : #fff ;}
a:hover {text-decoration : underline ;color : #99CCFF ;}
a:active {text-decoration : none ;color : #99CCFF ;} 
#middle {
    position: absolute;
    margin: -300px 0px 0px -500px;
    left: 50%;
    top: 50%;
	padding:0px;
	border: 0px;
	height: 600;
	width: 1000;
	background: #003366 ;
	color:#fff;
	}
#flashcontent {
    position: absolute;
    margin:0px;
    left: 0px;
    top: 0px;
	padding:0px;
	border: 0px;
	height: 100%;
	width: 100%;
	background: #003366 ;
        color:#fff;
	}
