a:link {
	color: #003366;
}
a:visited {
	color: #990000;
}
body{
	background: #000000 url(images/body_background_dark.png) repeat scroll top left;
	margin: 0px auto;
	text-align: center;
	font-size: 16px;
}
table{
	font-size: 16px;

}
.body{
	width: 900px;
	margin-left: auto;
	margin-right: auto ;
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", sans-serif;
	font-size: 16px;
}
.menu{
	text-align: left;
	color: white;
	background: #000000;
	width: 160px;
}
.menu_iframe{
	position: absolute; top: 10px;
}
.content{
	color: black;
	background: #FFFFFF;
	width: 700px;
	padding: 1em;
	font-size: 16px;
}
.content_td{
	background: #ffffff;
}
.header{
	width: 500px;
	background-color: #999999;
	float: left;
}

.footer{
	padding: 1em;
	width: 700px;
	float: right; 
	text-align: right;
}

