html{
	height:100%;
}

body{
	padding: 0px;
	margin: 0px;
	background: black;
	color: white;
	width:100%;
	height:100%;
	text-align: center;
}

#header{
	width:100%;
	padding:10px;
	text-align:left;
	background: #000000;
	border-bottom: #2d2c2b 3px solid;
}

#top{
	padding-top:30px;
	line-height:25px;
	background: #414141 url("../images/shadow.png") repeat-x top;
	font-size: 16px;
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
}

#bottom{
	line-height:20px;
	font-size:14px;
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;	
}

#search{
	margin-top: -20px;
	width:100%;
	padding:10px;
	background: black;
	text-align: center;
}

#text{
}

.center{
	margin-left:auto;
	margin-right:auto;
}

.h1{
	font-size: 18px;
}

.h2{
	font-size:12px;
}
.h3{
	font-size:14px;
	color: #b8b8b8;
}
.h4{
	font-size:24px;
	color: #b8b8b8;
}
.h5{
	font-size:40px;
	color: #b8b8b8;
}

a{
	font-weight: bold;
	color: #dedcd7;
	border: 0px;
}

a:hover{
	color:#c7c5c0;
}


span#member_link {
	float: right;
	margin-right: 40px;
}

img {
	border: 0px;
}
