/* CSS Document */
body{
	background: #000 0 0;
	font: normal 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 20px auto auto; padding:0;
	color: #fffefe;
	
}
div, h1, h2, h3, h4, h5, h6, form, label, input, span, ul, li, p, a{
	margin:0; padding:0;}
ul{
	list-style:none;}
.spacer{
	font-size:0; line-height:0; clear:both;}

a:focus { 
    outline: none; 
}

a:link {
	text-decoration: none;
	color: white;	
}
a:visited{
	text-decoration: none;
	color: white;
}
a:hover {
	color: fuchsia;
}

a:active {
	text-decoration: none;
	color: #000000;
}



/* -- top navigation start -- */

#body{
	margin: auto;
	text-align: center;
	width: 600px;
}
#body img.logo{
	margin: 20px auto auto;
	padding: 0;
}
.info{ color: #fffefe;
	text-align: center;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	font-weight: normal;
	font-style: normal;
}

.wip{ color: #a2a2a2;
	text-align: center;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}


/* footer end -- */












