/* For CCS layout build: http://csscreator.com/tools/layout */

h1, h2, h3, h4, h5, h6, p {
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #000;
	color:#fff;  
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
} 
body a{
	text-decoration: none;
	color: #666;
}
h1 {
	font-size:14px;
	font-weight: bold;
	}

.body :link {color: #666666; text-decoration: none}
.body :visited {color: #666666; text-decoration: none}
.body :hover {color: #000066; text-decoration: underline}
.body :active {color: #FFFFFF; text-decoration: none}

#logodiv2 {
	position:absolute;
	left:auto;
	top:72px;
	width:100%;
	z-index:1;
}
#maindiv {
	position:absolute;
	top:170px;
	width:100%;
	z-index:2;
}