body, * {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#home {
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	text-align: left;
}

#home img {
	opacity: 0.2;
	border: none;
}

#home a {
	display: inline;
	text-decoration: none;
}

#home span {
	display: block;
	padding: 0px;
	border: 0px;
}

#title {
	position: absolute;
	margin: 0px auto;
	width: 500px;
	height: 100px;
	left: 20px;
	bottom: 20px;
	z-index: 10;
	font-size: 80px;
	color: #000000;
	text-transform: uppercase;
}

#main {
	position: relative;
	width: 575px;
	margin: 50px auto;
	border: 4px solid #000000;
	font-size: 13px;
}

#main a, #h_main a {
	padding: 2px;
	border: 2px solid transparent;
	text-decoration: none;
	color: #000000;
}

#main a:hover, #h_main a:hover {
	border: 2px solid #222222;
}

#subbar {
	margin-top: 10px;
	margin-bottom: 4px;
	padding-left: 18px;
	font-size: 16px;
	width: 529px;
	background: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	border-right: 20px solid #C21F1F;
}

.invert {
	background: #000000;
	color: #FFFFFF;
}

#help, #help span {
	font-family: Century Gothic, Gill Sans, sans-serif;
	position: absolute;
	top: 1px;
	width: 36px;
	height: 36px;
	font-size: 30px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 30px;
	color: #FFFFFF;
	text-align: center;
}

#help span {
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#BBBBBB), to(#000000));
	background: -moz-linear-gradient(center top, #BBBBBB 0%, #000000 100%);
}

#_round_menu {
	position: fixed;
	padding: 14px;
	z-index: 20;
	top: 10px;
	right: 10px;
	width: 350px;
	min-height: 200px;
	background: #222222;
	box-shadow: 10px 10px 5px #999;
	-webkit-box-shadow: 0px 0px 6px #000000;
	-moz-box-shadow: 0px 0px 6px #000000;
	box-shadow: 0px 0px 6px #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #FFFFFF;
	text-align: justify;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Garamond, Times New Roman, serif;
}

._round_title {
	margin-top: 10px;
	height: 20px;
	text-transform: uppercase;
	font-family: Century Gothic, Gill Sans, sans-serif;
}

a {
	outline: none;
	text-decoration: none;
}

input {
	outline: none;
	border: 3px solid black;
	font-size: 16px;
	padding: 6px;
	height: 20px;
}