.@charset "utf-8";

/* CSS Document */



html { padding: 0; margin: 0; border: 0; height: 100%;}

body

{

font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;

font-size: 9px;

color:#FFFFFF;

margin-left: 0px;

margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

background-color: #000000;

height: 100%;
}



#container

{

position:relative;

width:100%;

min-height:100%;

padding:0;

}



#header{
	background:url(../images/header.png) repeat-x;
	width:100%;
	height:86px;

}

#main

{

position:relative;

top:0px;

width:760px;

margin:0 auto;

height:auto;

}

#flashmain
{
display:block;
height:760px;
width:400px;
}
	
