@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;}
	
a {text-decoration:none;
color:#FFF;
}

a:hover {text-decoration:underline;
}

.logo {
	padding-top:60px;
	margin:0px auto;
	padding-bottom:40px;
	width:240px;
	height:116px;
	}
	
.text {
	margin:0px auto;
	text-align:center;}	
	
h1 {
	font-size:24px;}	
	
	