body {	margin: 0;	padding: 0;			background-color:#000;	font-family: "Franklin Gothic Medium", Franklin Gothic Medium;	font-size: 13px;	color: #999;}/* WRAP - Encloses everything to add the header background. */#header {		width: 480px;	height: 920px;	margin-left: auto;	margin-right:auto;	}/* MENU */#header ul {	margin: 0;	padding: 3em 0 0 0;	line-height: normal;	list-style: none;	text-align: center;		}#header li {	text-align: center;	display: inline-block;}#header li a {	text-align: center;	padding: 0 1em;	font-weight: bold;	color: #fff;}#header li a:hover {	text-align: center;	background: url(images/post_entry_bg.png) repeat-x 0 50%;	color: #cc3300;}/* PAGE - Contains the main content and the sidebar. */#page {	width: 480px;	margin: 0 auto;}/* CONTENT - The main content area. */#content {	float: center;	width: 480px;}
