/******* Body *******/
body   {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px; 
  color:#333;  
  height:100%;  
  margin:0px;
  padding:0; 
  background: #414141 url("images/bodyBg.jpg") repeat top left;
} 

html{
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	height:100%;  
}
.clearFloat {
	clear:both;
	font-size:0px;
	line-height:0px;
}
.siteWrapper {
	position:relative;
	text-align:center;
	margin: 10px auto;
  padding:0; 
}








