html{
padding:0px;
margin:0px;
}


img{
	border:0px;
} 
 
body{
	padding:0px;
	margin:0px;
	background-image: url(/images/bg.gif);
}


#wrapper{
	border:1px solid #c0c0c0;
	width:760px;
	margin:0px auto;
	font:12px normal arial,sans-serif;
	background-color:#ffffff;
}

#logo{
	width:760px;
	height:93px;
	background-image: url(/images/logo.jpg) ;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
}

.main_text{
	margin:0px 10px 20px 10px;	
	border-bottom:1px dotted #404040;
}

#footer{
	margin:30px 10px 20px 10px;	
}