/* CSS Document */
	html, body, html body {
	margin: 0px;
	padding: 0px;
	width:100%;

	height:100%;
	background:#000000;
}
body {
	text-align: center;	
}
#wrapper {
	height:100%;
	width:100%;

}
form {
	padding:0px;
	margin: 0px;
}	
	
h1, h4, hr {
 display: none; 
	}

ul {

}	

.menu {
	text-transform:uppercase;
}

a:active, a:focus {
	
}
