body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: black;
	padding: 0px;
	margin: 0px;
	color: #AAA;
	text-align: center;
}

#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	}
	
#header {
	font-size: 12px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: black;
	border-bottom: 1px solid #444;
	letter-spacing: 1px;
	display: block;
	width: 760px;
	position: fixed;
	margin: 0 auto 0 auto;
	z-index: 100;
}

#header a, #header .current {
	text-decoration: none;
	color: #666;
	padding-left: 25px;
	padding-right: 25px;
	}
#header a:hover {
	color: #ccc;
	}
#header .current {
	color: white;
	}


