body {
	background: #1a1917;
	font-family: Courier, serif;
	color: #c1bfc0;
	height: 100%;
	padding-bottom: 20px;
}

a {
	color: #c1bfc0;	
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
}

a:hover {
	color: #ffffff;
}

div.container {
	width: 1004px;
	height: 698px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/bg_left_top_short.gif') no-repeat -17px 0px;
}

	div.container div.inner {
		width: 1004px;
		height: 698px;
		background: url('../images/bg_right_short.gif') no-repeat top right;
		position: relative;
	}

		div.container div.inner h1 {
			display: none;
		}	
				
			div.container div.inner ul.navigation a span {
				display: none;
			}
						
		