@charset "utf-8";
/* CSS Document */

body { 
	margin:0 auto;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(img/bg.jpg) repeat-x #dff0b1;
	height:580px;
	}

img {
	border:0px;
	}

.logo {
	margin:35px auto;
	width:798px;
	}

.home {
	background:url(img/bt-H.png) no-repeat;
	width:35px;
	height:35px;
	float: right;
	margin:-30px 0 0 0;
	}
	
.home:hover {
	background: url(img/bt-H-h.png) no-repeat;
	width:35px;
	height:35px;
	float: right;
	}
	
.contact {
	background: url(img/bt-C.png) no-repeat;
	width:35px;
	height:35px;
	float: right;
	margin:-30px 0 0 0;
	}
	
.contact:hover {
	background: url(img/bt-C-h.png) no-repeat;
	width:35px;
	height:35px;
	float: right;
	}
	
.twit {
	background: url(img/bt-T.png) no-repeat;
	width:35px;
	height:35px;
	float: right;
	margin:-30px 0 0 0;
	}
	
.twit:hover {
	background: url(img/bt-T-h.png) no-repeat;
	width:35px;
	height:35px;
	float: right;
	}

.top {
	background:url(img/top.png) no-repeat;
	width:798px;
	margin:-25px auto 0 auto;
	}
	
.content {
	background:#FFFFFF;
	border-left:1px solid #777777;
	border-right:1px solid #777777;
	width:776px;
	padding:0 10px 0 10px;
	margin:-5px auto;
	}
	
.status-box {
	height:38px;
	background:#d9eda5;
	border:1px solid #d4d4d4;
	font-size:30px;
	color:#323232;
	padding:3px 3px 3px 3px;
	}
	
.go {
	background:url(img/go.gif) no-repeat;
	height:48px;
	width:91px;
	border:0px;
	}
	
.down {
	background:url(img/down.png) no-repeat;
	width:798px;
	margin:0 auto;
	}
	
.footer {
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	}
	
.footer a {
	color: #FFFFFF;
	}
		
.footer a:hover {
	color:#006699;
	}
	
	