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

body {
	background-image: url(http://www.thediversityawards.org/2010_events/2010-01/images/BG2010.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	height: 80px;
	width: 850px;
	padding-top: 10px;
}

#footer_left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #CCCCCC;
	float: left;
	width: 400px;
	padding-left: 35px;
}

#footer_right {
	float: right;
	width: 160px;
	padding-right: 35px;
	text-align: right;
}

#footer_BG {
	width: 100%;
	height: 581px;
	margin-top: -581px;
	background-image: url(http://www.thediversityawards.org/2010_events/2010-01/images/BG2010_footer.jpg);
}

