@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	line-height: 12px;
}
body a, hover {
	color:#1C84B8;
	text-decoration:none;
}
#logo {
	top: 100px;
	width: 100%;
	position: fixed;
	text-align: center;
	align: center;
}
#bottom {
	color: #999999;
	bottom: 45px;
	position: fixed;
	width: 300px;
	left: 45px;
}
#footer {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	bottom: 10px;
	position: fixed;
	text-align: center;
}
#footer li {
	list-style-type: none;
	display: inline;
	padding: 20px;
}
#footer ul {
	float: right;
}
