/* This document contains only Global Styles */
body {
	font-size: 12px;
	background-color: #000; 
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	}
#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
  
#footer {
	color: #FFF;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
	width: 1000px;
	margin-top: 14px;
	font-size: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #EEE;
	text-decoration: none;
}
