body{
    margin:0;
    padding:0;
    background-color:#000000;
	height:100%; color:#30ffff; font-family:Tahoma; font-size:10px; font-weight:bold;
}
#outer{
    min-width:1000px;
    min-height:580px;
    position:absolute;
    width:100%;
    height:100%;
    width:expression(document.body.clientWidth < 1000? "1000px": "100%" );
    height:expression(document.body.clientHeight < 580? "580px": "100%" );
}
#inner{
    height:100%;
    width:100%;
    position:absolute;
}
#content{
	height:100%;
	width:100%;
}
#noflash{
	width:100%;
	height:100%;
	background:#000000;
}
object{
	min-height:580px;
}
body{
	margin:0;
	background:#000000;
	min-width:1000px;
}
img{
	border:0;
}
a{outline:none;}

img{ border:0; }
a{ color:inherit; }
p{ margin:0; }
.wrapper{ width:100%; position:relative; height:100%; min-width:1000px; min-height:700px; background: #ffffff url(i/bg.jpg) no-repeat center center; }
.logo{ margin:20px 102px 0 60px; float:left; }
.noFlash{ margin-top:63px; display:block; width:340px; height:87px; background:url(i/noFlash.png) no-repeat left top; text-indent:10000px; overflow:hidden; float:left; }
.noFlash:hover{ background-position:0px -87px}
.footer{ position:absolute; bottom:17px; text-align:center; width:100%; }

