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

body {
	background:#000;
}

#centerpiece {
	position:fixed;
	top:50%;
	left:50%;
	width:270px;
	height:140px;	
	margin-left:-135px;
	margin-top:-70px;
}

#header {
	width:270px;
	text-align:center;
	height:51px;
	margin-bottom:10px;
	
}

#menu {
	width:270px;
	height:80px;
	text-align:center;
	margin: 0 auto;
	letter-spacing:5;
	
}


#footer {
	position:fixed;
	top:90%;
	left:50%;
	height:50px;
	width:465px;
	color:white;
	margin-left:-225px;
}

a:link {
    color:#CCC	;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #CCC;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color:white;
	text-decoration: none;
}

/* selected link */
a:active {
    color: white;
	text-decoration: none;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}