html, body 
{
	text-align: center;
	margin: 0;
	height: 100%;
	width: 100%; 
	margin: 0;
	padding: 0;
	color: white; 
}

body {
	 background-color: black; 
}

a {color: white }

a:link, a:visited { text-decoration: none; }

a:hover, a:active { text-decoration: underline; }

#container 
{
	 position: relative;
	 width: 100%;
	 height: 100%;
	 margin: 0;
	 text-align: center;
}

#content, #cl_content 
{
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 560px;
	margin-left: -500px;
	margin-top: -270px;
	background-color: #ece83b; 
}

#footer
{
	padding: 10px 0 0; 
	text-align: right; 
	background-color: #DFDECB; 
	color: #AB9D54; 
	font: 9px verdana, sans-serif; 
	visibility: hidden; 
}

#footer a 
{
	text-decoration: none; 
}

#footer a:link, #footer a:visited
{
		color: #AB9D54; 
}

#footer a:hover, #footer a:active
{
		color: #D3C792; 
}


/* * * * CLIENT PAGES * * * */
#cl_content div {position: absolute;}

#cl_content { 
	background: transparent none;
	text-align: left; 
	font: 12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: white;  
}

#link_list {
	left: 27px; 
	top: 78px; 
}

#mediaplayer {
	left: 255px; 
	top: 0px; 
}

#logo {
	position: absolute; 
	/*right: 20px; */
	top: 360px; 
}

#bottom {
	width: 1000px; 
	bottom: 0px; 
}

#bottom #address {
	right: 45px; 
	font-size: 9px; 
}

#bottom #menu {
	position: static;
	text-align: left;
    margin-left:150px;
}

.spacer {
	width: 30px; 
}

