* {
	margin: 0;
	padding: 0;
}
body {
	background: rgb(0,0,0);
	color: rgb(255,255,255);
	font-family: Arial, Helvetica;
	letter-spacing: 1px;
	font-style: normal;	
	font-size: 12px;
	text-align: center;
}

th {
	font-size: 10pt;
	border-bottom: 1px solid rgb(0,0,0);
}

h2 {
	font-size: 14pt;
	border-bottom: 2px solid rgb(75,75,75);
}

#main_container {
	margin: 50px;
	top: 00px;
	left: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid rgb(255,255,255);
	position: relative; 
	display: table;
}

#goerlichlogo {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	top: 0px;
	right: -300px;
	position: relative;
}

#menu_container {
	width: 725px;
	text-align: left;
	padding: 1px 1px 1px 5px;
	border: 1px solid rgb(75,75,75);
	border-bottom-style: none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	color: rgb(75,75,75);
	background: rgb(11,13,13) url("gfx/background_menu_fade.png") no-repeat;
	display: block;
	margin: auto;
}

#featured_area {
	width: 757px;
	height: 190px;
	padding: 0 0 0 0;
	border: 1px solid rgb(55,55,55);
	background: rgb(255,255,255);
	display: block;
	margin: auto;
	color: black;
}

#peak_area {
	width: 757px;
	height: 460px;
	padding: 0 0 0 0;
	border: 1px solid rgb(55,55,55);
	background: rgb(255,255,255);
	display: block;
	margin: auto;
	color: black;
}

#bottom_container {
	width: 725px;
	padding: 0 0 40px 0;
	text-align: center;
	font-size: 9pt;
	color: rgb(75,75,75);
	padding: 1px 1px 1px 5px;
	border: 1px solid rgb(75,75,75);
	border-top-style: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	background: rgb(11,13,13) url("gfx/background_menu_fade.png") no-repeat 0 -60px;
	display: block;
	margin: auto;
}

#peaks {
	color: rgb(0,0,0);
	font-size: 9pt;
	margin: auto;
}
