@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}


#container  {
	width: 1024px;
	background-color: #000000;
	background-image: url(../images/bg-index.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 550px;
}
#container img {
	border: none;	
}

#mainContent  {
	color: #FFFFFF;
}
#menu {
	padding-left: 72px;
	padding-top: 165px;
	width: 338px;
	float: left;
	height: 340px;
}
#50WHIDImg  {
	float: right;
	height: 56px;
	width: 196px;
	clear: left;
	margin-top: 449px;
	margin-right: 80px;
	text-align: right;
}

#footer {
	text-align: center;
	color: #333333;
	font-size: 9px;
	padding-top: 50px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
#footer  a  {
	color: #333333;
	text-decoration: none;
}
#footer  a:link  {
	text-decoration: none;
	color: #333333;
}
#footer  a:hover  {
	text-decoration: none;
	color: #333333;
}
#footer  a:visited  {
	text-decoration: none;
	color: #333333;
}

