body {
   text-align: center;
   color: #FFF;
   background-color: #000;
}

#layout_main_container {
   width: 795px;
   height: 420px;
   margin: 35px auto auto auto;
}

#layout_footer {
   height: 20px;
   margin: 0px;
   background-color: #000;
   color: #666;
   text-align: left;
}

#footer_menu a {
	text-decoration: none;
	color: #555;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.9em;
	border-right: 1px solid #555;
	padding: 0px 5px 0px 3px;
	letter-spacing: 0.25em;
}

#footer_menu a.selected {
	color: #555;
}

#footer_menu a.last {
	color: #555;
	border: 0px;
}

#footer_menu a:hover {
	color: #848484;
}

#footer_menu a.last:hover {
	color: #848484;
}


#copy_right {
	text-decoration: none;
	color: #555;
	font-size: 11px;
}

#copy_right a:link, #copy_right a:visited {
	text-decoration: none;
	color: #555;
	font-size: 11px;
}

#copy_right a:hover {
	text-decoration: underline;
	color: #555;
	font-size: 11px;
}