@import	url(reset.css);
@import	url(content.css);

html {
	background-color: #000000;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	cursor: default;
	font-family: Arial, Sans-serif;
	line-height: 20px;
	min-width: 960px;
	text-align: center;
}

a {
	color: #F2AA00;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

#footer {
	color: #333333;
	clear: both;
	float: left;
	font-size: 11px;
	line-height: 1em;
	padding: 30px 5px;
	width: 960px;
}
#footer:hover {
	color: #666666;
}

	#footer a {
		color: inherit;
	}
	#footer a:hover {
		color: #FFFFFF;
	}
	#footer:hover a {
		text-decoration: underline;
	}

	#footer h3 {
		float: left;
		line-height: 1em;
		padding-right: 2ex;
	}
	
	#footer div {
		float: left;
		line-height: 1em;
		padding-right: 2ex;
	}
