@charset "UTF-8";
/*************************************
	Global
 *************************************/

html {
	height: 100%;			
}
body {
	background-color: #000000;
	height: 100%;
	margin: 0;
	text-align: center;
}
#footer {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 50%;
	height: 30px;
	left: 0px;
	bottom: 0px;
	margin: 0 0 0 380px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
