body {
	margin: 0px;
	margin-top: 14px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000000 url("images/background.gif") no-repeat fixed 50% 0%;
	color: #F5F5F5;
}

a {
	text-decoration:none;
	color: white;
}
a:hover {
	text-decoration:underline;
}

.container {
	width: 960px;
	height:745px;
}

.logo {
	width:790px;
	height:80px;
	float:left;
}

.links {
	width: 960px;
	height: 51px;
	padding: 0px;
	float: left;
}

.content {
	width: 520px;
	height: 500px;
	float: right;
	text-align: left;
	margin-top: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 100;
}

.content a {
	color: white;
	text-decoration: underline;
}

.content_yellow, .content_yellow a {
	color: #f5d400;
}

.left_links {
	text-align: left;
	margin-top: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 100;
	color: #f5d400;
}

.left_links a {
	color: white;
}


.footer {
	margin: 16px 0 10px 0px;
	float: left;
	font-size: 9px;
	font-weight: 100;
	color: #9f9f9f;
}

.footer_login {
	margin: 16px 0 10px 10px;
	float: right;
	font-size: 9px;
	font-weight: 100;
	color: #9f9f9f;
}

