body,html {
	background-color: #666865;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family : tahoma, arial, sans-serif;
	text-align:left;
	font-size:11px;
	color:#999999;
	}

#top {
position:absolute;
top: 50%;
height: 1000px;
width:100%;
margin-top: -1000px;
background-color:#F4F4F4;
}

#bottom {
position:absolute;
top: 50%;
height: 40px;
width:100%;
margin-top: 295px;
background-color:#666865;
text-align:center;
overflow:hidden;
}

#container {
position:absolute;
top: 50%;
height: 590px;
width:100%;
margin-top: -295px;
}

#box {
margin:0px;
padding:0px;
height:590px;
background-image:url(back1.jpg);
background-repeat:repeat-x;
text-align:center;
vertical-align: middle;
}


a:link, a:visited {
	color: #333333; 
    text-decoration:none;
    border-bottom:1px dotted #333333;
}



a:hover {
	color: #333333;
    text-decoration:none;
    border-bottom:1px dotted #000000;
}
