A{
	text-decoration: underline;
	color: #223A66;
}
A:HOVER{
	text-decoration: underline;
	color: #79850C;
}
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #676767  url(/images/bg-index.jpg) center fixed;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px
}
#box{
	width:593px;
	height:291px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-145px 0 0 -296px;
	text-align:center;
}
/*SEO INDEX*/
#seo_top{
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	width:100%;
	height:25px;
	margin:0px;
	background:#79aa12;
}
#seo_top h1{
	font-size:12px;
	color:#fff;
	margin:5px 0px 0px 0px;
}
#seo_footer{
	position:absolute;
	top:100%;
	height:25px;
	margin-top:-25px;
	text-align:center;
	width:100%;
	background:#79aa12;
}
#seo_footer h2{
	font-size:12px;
	color:#fff;
	margin:5px 0px 0px 0px;
}