body
{
	background: #666666 url("./background.jpg") repeat-x fixed top left ;
	color: #ffffff ;
	font-family: helvetica, arial ;
	font-size: 14px ;
}

img
{
	border: none ;
}

a
{
	text-decoration: underline ;
	color: #ffffff ;
}

a:hover
{
	color: #ff33ff ;
}

.centered_container
{
}




/* header */

.header
{
	background-color: #000000 ;

	border-top: 1px solid #505050 ;
	border-right: 1px solid #505050 ;
	border-left: 1px solid #505050 ;
}




/* header */

.main_menu
{
	background-color: #000000 ;

	border-top: 1px solid #505050 ;
	border-right: 1px solid #505050 ;
	border-left: 1px solid #505050 ;
}




/* content */

#content_container
{
	background-color: #000000 ;

	border-top: 1px solid #505050 ;
	border-right: 1px solid #505050 ;
	border-left: 1px solid #505050 ;
}



/* footer */

#footer
{
	background-color: #000000 ;

	border-top: 1px solid #505050 ;
	border-right: 1px solid #505050 ;
	border-bottom: 1px solid #505050 ;
	border-left: 1px solid #505050 ;
}

