body, html {
    height: 100%;
    width: 100%;
	margin: 0;
	background:#7f778c;
	font-family: verdana, arial, sans-serif;
	color: #ccc;
	font-size: 13px;
	text-shadow: #000 0px 0px 3px;
	letter-spacing:1px;
	text-align: justify;
	line-height: 170%;
	cursor: default;
	background: url(bg2.png) no-repeat center center fixed #000; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container	{ position:absolute; left: 20px; top: 20px; width: 520px; margin-bottom:30px;}
#main {background:rgba(0, 0, 0, 0.7); padding:5px 20px 20px 20px;  }
header { background: url(head.png); height:253px;}
.wrapper {
    height: 100%;
    overflow: auto;
    width: 100%;
}
.wrapper.scrollbar-dynamic {
    max-height: none;
}
::-webkit-scrollbar-track {
	background-color: #000; }
::-webkit-scrollbar {
	width: 15px;
	background-color: #000; }
::-webkit-scrollbar-thumb {
	background-color: #b7b7b7; }
h1 {
	font-family: 'Amatic SC', cursive;
	font-size:38px;
	color: #868686; 
	margin-bottom: 4px;
	padding-bottom: 2px;
	letter-spacing: 1px;
	font-weight:300;
}

a 	{ color:#cc3253; text-decoration: none; cursor: default;}
a:hover	{ color: #b02240; cursor: default; background: #000;}
p 	{ margin: 0px 0px 25px 0px;}
b	{ color: #b02240;}
i {color: #807b7c; font-weight:600;}
	p {text-align: justify;}
.center	{ text-align: center;}
.right	{ text-align: right;}
.imgs { opacity: 0.7; padding: 0px; margin: 5px;}
.imgs:hover { opacity: 1;}
blockquote {margin-left: 10px;}
table.flist {width:100%;}
td.left {text-align: left; width: 45%;}
td.right {text-align: right; width: 45%;}
form {line-height:110%;}
input[type=text],input[type=password], textarea , select{
	padding: 5px; 
	border: solid 3px #333; 
	font-family: verdana, sans-serif;
	font-size: 14px;
	color:#ccc;
	background: #000;
	margin-bottom:4px;
} 
input[type=text], textarea , select{
	width:96%;}
input[type=password] {
	width:46%;
}
select {width:99%;}
input[type=submit]{ 
    width: 76%; 
	padding: 4px 12px; 
    border: solid 3px #A8162C;
    outline: 0; 
	font-family: verdana, sans-serif;
	font-size: 14px;
    color:#ccc;
	background-color: #A8162C;
	cursor: pointer;
}
input[type=reset]{ 
    width: 22%; 
	padding: 4px 12px; 
    border: solid 3px #333;
    outline: 0; 
	font-family: verdana, sans-serif;
	font-size: 13px;
    color:#333;
    background: #000;
}
p.show_members_showing_what {display: none;}