@charset "utf-8";
/* CSS Document */
*{
margin:0px;
padding:0px;
outline: none;
} 
  html  
{  
background-image:url(../images/bg.gif);
background-repeat:repeat;
text-align:center; 
outline: none;
Color: #FFFFFF;
font-family: Impact;

}  


#content { 
width: 560px;
height: 316px;  
margin:auto;
background-color: transparent;
overflow:auto;
text-align:center;
outline: none; }

