#body {
	margin: 0;
	padding: 0;	
	background: #000;
	font-family: "Arial", "Segoe", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 15px;
	*font-size: 75%;
	*line-height: 125%;
	color : #666;
	left:0px;
}
.doc {
position:absolute;
width: 100%;
height: 700px;
z-index:0;
margin: 0 auto;
padding-bottom: 0;
background: url(../image/home.jpg) center top #fff no-repeat;
}

.main {
z-index:100;
position: absolute;
left: 0px;
width: 100%;
top: 350px;
/*border:solid 1px #f0f;
background: #fff;
height : 500px;
height:  100%;*/
}

#logo {
position:absolute;
left:0px;
top:31px;
margin:13px 0px 0px 23px;
z-index:150;
/*border:solid 1px #fff;*/
width: 74px;
height: 74px;
float: left;
padding: 0;
overflow: hidden;
}

#footer {
	position:absolute;
	left:0px;
	z-index:200;
	top: 780px;
	background: #282A65;
	/*bottom: -52px;*/
	font-size: 10px;
	color: #999;
	width: 100%;
/*	border:solid 1px #00f;*/
}

#darkenback {
position:absolute;
left:0px;
top:0px;
z-index:-400;
background-color: rgb(0, 0, 0);
background-repeat:repeat;
width: 100%;
height: 110%;
filter: alpha(opacity=50);
opacity: 0.5;

}
.anavblock 
{
	border:solid 1px #fff; 
	width: 305px;
}
.navblock {
margin: 0 23px 0 0;
position:absolute;
right:0px;
top:0px;
z-index:500;
color: rgb(255, 255, 255);
border:solid 1px #fff; 
width: 305px;

}
img,
a img {
	border: 0;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover,
a:active {
	color : #999;
}

/* Remove anchor outlines in Firefox */
a:focus {
     -moz-outline:0;
     outline:0;
     outline-offset 0; 
}
