body {
	background-color: black;
}
a {
	text-decoration: none;
	color: black;
}
p {
	position: relative;
	margin: 0px;
}
 ul, li{
	display:inline;
	margin: 0px;
	padding:0px;
	margin-left:5px;
	margin-right:5px;
}

#container{
	background-image: url(images/index/rba_index_02_042008.jpg);
	width:800px;
	height:500px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header{
	font-family: Arial;
	position: static;
	height: 70px;
	line-height:70px;
	font-size: 13px;
	padding-top: 125px;
}

#content{
	height:250px;
	clear: both;
	padding-top: 0px;
	marigin-top: 0px;
}

#footer {
	font-family: Arial;
	font-size: 11px;
	position: relative;
	height: 70px;
	line-height: 70px;	
}
	