* {
	margin: 0;
}
img{
   border: 0;
}
html, body {
	height:100%;
	min-width:1005px;
	width:expression(document.body.clientWidth < 1005? "1005px": "auto");
}
body{
	background:url('') #fff;
}
.header{
	height:0px;
	width:100%;
	font-size:12px;
	background-color:#fff;
}
.wrapper {	
	width:1005px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -0px; /* the bottom margin is the negative value of the footer's height */	
	text-align:center;	
	background:#fff;
}
.footer, .push {	
	height: 0px; /* .push must be the same height as .footer */
}
.footer{	
	width:1005px;
	margin:auto;
	background:#fff;
	border:0px solid #666;
}
.content{	
	width:1005px;	
	min-height:850px;	
	margin:auto;	
	height:auto;	
	color:#D7D6D6;	
	font-size:11px;	
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding:15px 0px 20px 0px;
	background:url('rub.jpg') no-repeat top right #fff;
}
div{	
	border:0px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#000;	
	margin:0px;	
	padding:0px;
}
a:link,a:visited,a:hover,a:active {	
	color:#005F88;	
	text-decoration:none;	
	font-weight:normal;
}
a:hover{	
	text-decoration:underline;
}
