/* CSS Document */
/*begin universal styles*/
.hide {
display: none;
}
body {
	background: #000000;
	margin: 0;
	padding: 0;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
	text-align: center; /* Takes care of horizontal alignment in Internet Explorer */
	}
a {
	color: #000000; /* set color of links */
	text-decoration: none; /* set to "underline" for underlined links */
}
a:hover {
	color: #000000; /*set color of link when mouse hovers */
	text-decoration: underline;
}
a:active {
	color: #999999; /* set color of active (clicking) link */
}
#mainnavbox {
	position: relative; /* Needed for Safari */
	margin: 0 auto;
	padding: 0px 0 0 0; /* change the 100px value to adjust margin between top of screen and content */
	text-align: center;
	width: 1024px;
	height: 718px;
	}

