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

body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	/* Set background image to center in page no matter what the screen resolution of the viewer and force the background image to the top of the web page */
	background-color: #000000;
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
}
#wrapper {
	/* Set width of web contents */
	width: 828px;
	/* Centers page in Firefox and Safari */
	margin: 0 auto;
	/* Fix text alignment from body tag */
	text-align: left;
	display: table;
}
#page-wrapper {
	width: 100%;
	clear: both;
}
#page-content {
	float: left;
	width: 828px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
p {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
	padding: 7px 7px 5px 7px;
}
a:link {
	color: #9aa657;
	text-decoration: none
}
a:visited {
	color: #fff;
	text-decoration: none
}
a:hover, a:active {
	color: #b82929;
	text-decoration: underline
}
