html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

html {	
	background: #000000;
	}
	
body {
    font: 11px Arial;
	color:#755112;
	min-width:770px;
}

div, span, a, td, li, input, textarea {
	font-family: Arial;
	color: #755112;
	text-decoration:none;
}

img {
	border: 0;
}


.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.container {
	width:800px;
	margin:0 auto;
}

.content {
	margin: 0 auto;
	padding-top:10%;
}

.contr {
	display:block;
	float:left;
	width:280px;
	height:93px;
	background:url(../img/contr.png) no-repeat;
}

.contr:hover {
	background:url(../img/contr_a.png) no-repeat;
}

.copyright {
	padding: 10px 0  0 0;
	font-size: 11px;
	text-align:center;
}

.footer {
	height: 50px;
}

.horline {
	width:800px;
	height:5px;
	background:url(../img/horline.png) no-repeat;
	background-position:center;
}

.logo {
	position:relative;
	padding: 0;
	background:url(../img/logo.png) no-repeat;
	background-position:center;
	width:800px;
	height:226px;	
	padding:20px;
	text-align:center	
}

.resident {
	display:block;
	float:left;
	width:224px;
	height:93px;
	background:url(../img/res.png) no-repeat;
}

.resident:hover {
	background:url(../img/res_a.png) no-repeat;
}


