/* CSS Document */

body, html {
	height: 100%;
	background-color: #000000;
}
body {
	margin: 0px;
	padding:0px;
}
.style2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7A7663;
}
.style3 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
a:link {
	color: #7A7663;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7A7663;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style4 {font-size: 10px}
.style5 {font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #7A7663; }
#global {
	position:absolute;
	width:735px;
	left:50%;
	margin-left:-365px;
	height:100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
