/* CSS Document */

html
{width:100%;}

body
{

text-align: center;
background-color:#000000;
font: 5px/1.0 Verdana, Arial, sans-serif;
margin-top: 0%;
margin:0px;
padding:0px;
border:0px;
width: 100%;
background-image: url(img/bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-attachment:fixed;
}

#mainFrame {
margin:0px;
padding:0px;
}

/* IE WIN fix \*/
*html #mainFrame {margin-left:5px;}
/* End*/