
@import url("reset.css");
@import url("Popup.css");


body {
	background-color: #000000;
	color: #ffffff;
	font-size: 8pt;
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	margin: 0;
	padding: 15px 10px 10px 10px;
	text-align: center;
	height: 100%;
	scrollbar-base-color: #009f00;
	scrollbar-track-color: #004000;
	}

img {
	border: 0;
	padding: 10px 0 0 0;
	vertical-align: top;
	}

h1 {
	color: red;
	font-size: 16pt;
	margin: 20px 0 20px 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	}
	
	
textarea {
	font-size: 8pt;
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;	
	background-color: #2f2f2f;
	color: #939393;
	margin: 28px 0 28px 0;
	border: 0;
	padding: 2px;
	width: 750px;
	}
	
.pics img {
	border: 0;
	padding: 60px 3px 5px 3px;
	}
	
.enterOffset {
	position: relative;
	left: -180px;
	}
	
.exitOffset {
	position: relative;
	left: -100px;
	}
	
.membersOffset {
	position: relative;
	left: 120px;
	}
	
.topspace {
	margin-top: 75px;
	margin-bottom: 20px;
	}


.Preloader {
	display: none;
	}


#Redline {
	display: none;
	position: absolute;
	left: 0;
	top: 560px;
	border-top: 1px solid red;
	width: 100%;
	}
	
.SpaceAfter {
	margin-top: 15px;
	}
