@charset "UTF-8";
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}
a {
	color: #F8982A;
	text-decoration: none;
}
a:hover {
	color: #06357A;
}
#container {
	width:700px;
	height: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -125px;
	text-align: center;
}
#container #footer {
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
	margin-top: 30px;
	padding-top: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
