
* {margin:0; padding:0;} 

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* body */
body {
	background-color:#CEC5AC;
	color:#666;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
}

#background {
	background-image:url('../images/background_body.jpg');
	background-repeat:repeat-x;
	background-color:#CEC5AC;
	top:50%;
	height:530px;
	width:100%;
	position:absolute;
	margin-top:-265px;
	}

/* container */
#container {
	background:url('../images/background_container.jpg') no-repeat;
	height:530px;
	left:50%;
	margin:-265px 0 0 -380px;
	position:absolute;
	top:50%;
	width:760px;
}

/* navigation */
#navigation {	
	height:469px;	
	width:164px;
	background: transparent;
	position:absolute;
	top:33px;
	left:538px;
	overflow:hidden;
}

#navigation a {
	color:#fff;
	display:block;
	height:469px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:164px;
	background:url('../images/button.gif') no-repeat;
}
#navigation a:hover {
	background:url('../images/button_hover.gif') no-repeat;
	color:#111;
}



