 html, body { 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: url(new/bg.jpg);
} 
body, p, span, ul, ol, li, div, td, input, textarea, submit, b, i, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}  
 
#pagewidth{ 
 width:1020px; 
 text-align:left;  
 margin: 0 auto; 
 padding: 7px 7px 0 7px;
 background: white; 
} 
 
#header{
 position:relative; 
 height:120px; 
 width:100%;
 background: url(new/header-bg.gif);
} 
#header h1 {
	width: 370px;
	height: 63px;
	float: left;
	padding: 0;
	margin: 30px 0 0 40px;
}
#header h1 a {
	display: block;
	width: 370px;
	height: 63px;
	text-indent: -9999px;
	background: url(new/logo.png) 0 0 no-repeat;
}
#offer {
	width: 383px;
	height: 62px;
	line-height: 62px;
	font-weight: bold;
	color: white;
	text-align: center;
	float: left;
	margin: 35px 0 0 200px;
	border: 1px solid #c0c0c0;
}
* html #offer {
	margin: 35px 0 0 155px;
}
#offer span {
	text-decoration: underline;
	color: white;
}
 
#maincol{
 /*display:inline; */
 width: 100%;
 position: relative; 
 background: url(new/main-bg.jpg) 0 0 repeat-x;
 z-index: 1;
 }
 
 #content-wrap {
 	width: 560px;
	height: 369px;
	overflow: auto;
	padding: 10px;
	background: #e7e4df;
	z-index: 1;
 }
 
#footer{
 height:100px; 
 clear:both;
 background: url(new/footer-bg.gif) left bottom repeat-x;
 z-index: 100;
 position: relative;
 } 
 .footer-logos {
 	float: right;
	border: 1px solid #b8b7d7;
	margin: -10px 0 0 7px;
	z-index: 100;
 }
 #belmij-btn{
 	margin: 10px 0 0 30px;
	vertical-align: middle;
	float: left;
 }
 #footer-links {
 	margin: 5px 10px 0 185px !important;
	font-size: 20px;
	color: white;	
	word-spacing: 1px;
	vertical-align: middle;
	float: right;
 }
  #footer-links a {
  font-size: 20px;
	color: white;
	word-spacing: 1px;
	text-decoration: none;	
  }
 

 
 /* *** Float containers fix   *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


