body {margin:-10px 0 0 -10px;} /* For Netscape 4 */
html body {margin:0}  /* This undoes the damage caused by NS4 */
body, html { 
  padding: 0;    
  margin: 0px;
  padding: 0px;
}
body { background-color: #350500; 
		background-image: url('img/body_bgr.gif');background-repeat: repeat-y; background-position: top center;
	  }

html, body, div, p, h1, h2, h3, table, td, tr, th, ul, ol, textarea, input ,form, a
{
	font-family: Verdana,Trebuchet,Helvetica,Arial,sans-serif;
	font-size: 10px;
	margin: 0px;
   padding: 0px;
   color: #FFFFFF;
}     

img 				
{		
	border: 0px;
	margin: 0px;
  	padding: 0px;
  	width: auto;
  	height: auto;
}

a					{text-decoration: none;  }
a:hover			{text-decoration: underline; }
