A:link {
	text-decoration: underline;
	color: #FFFFFF;
}
A:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
A:active {
	text-decoration: underline;
	color: #FFFFFF;
}
A:hover {text-decoration: underline; color: White;}

body{
     background-color: #00000c;
     margin-left: 0px;
     margin-right: 0px;
     margin-top: 0px;
     margin-bottom: 0px;
     color: #808080;
}

#background{
           width: 942px;
           height: 479px;
           background-image: url(index_back.jpg);
           background-repeat: no-repeat;
	   background-position: top;
	   margin-top: 2%;
}

.button{
        width: 117px;
        height: 98px;
}

#footer{
	width: 842px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 150px;
}

#main{
	margin-top: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	height: 150px;
}

#under{
       width:617px;
       height:162px;
       background-image: url(construction.gif);
       background-repeat: no-repeat;
       background-position: top;
       margin-top: 15%;
}

#back_btn{
          padding-top: 130px;
          margin-right: 179px;
}
