body {
	background-image: 	url('bg.jpg');
}

img#logo {
    height: 			auto; 
    width:	 			auto; 
    max-width: 			350px; 
    max-height: 		350px;
	opacity:			0.0;
	position:			absolute;
	top:				100px;
	left:				400px;
}

div#title {
	font-family:		'Helvetica Neue';
	font-size: 			60px;
	font-weight: 		bold;
	text-align: 		center;
	color:				#c5fc6f;
	text-shadow:		-1px  0px 5px #000000,
						 0px  1px 5px #000000,
						 1px  0px 5px #000000,
						 0px -1px 5px #000000,
						-1px -1px 5px #000000,
						 1px  1px 5px #000000;
	opacity:			0.0;
	position:			absolute;
	top:				350px;
	left:				325px;
	width:				500px;
}

div#subtitle {
	font-family:		'Helvetica Neue';
	font-size: 			40px;
	font-weight: 		bold;
	text-align: 		center;
	color:				#c5fc6f;
	text-shadow:		-1px  0px 2px #000000,
						 0px  1px 2px #000000,
						 1px  0px 2px #000000,
						 0px -1px 2px #000000,
						-1px -1px 2px #000000,
						 1px  1px 2px #000000;
	opacity:			0.0;
	position:			absolute;
	top:				430px;
	left:				175px;
	width:				800px;
}

.people {
	font-family:		'Helvetica Neue';
	font-size: 			24px;
	font-weight: 		bold;
	text-align: 		center;
	color:				#c5fc6f;
	text-shadow:		-1px  0px 2px #000000,
						 0px  1px 2px #000000,
						 1px  0px 2px #000000,
						 0px -1px 2px #000000,
						-1px -1px 2px #000000,
						 1px  1px 2px #000000;
	opacity:			0.0;
	position:			absolute;
	left:				175px;
	width:				800px;
}

.people span {
	background-color:	rgba(255, 255, 255, 0.0);
	padding:			8px;
	border-radius: 		20px;
}

div#leader {
	top:				550px;
}

div#coleaders {
	top:				600px;
}

div#members {
	font-family:		'Helvetica Neue';
	font-size: 			24px;
	font-weight: 		bold;
	text-align: 		center;
	color:				#c5fc6f;
	text-shadow:		-1px  0px 2px #000000,
						 0px  1px 2px #000000,
						 1px  0px 2px #000000,
						 0px -1px 2px #000000,
						-1px -1px 2px #000000,
						 1px  1px 2px #000000;
	background-color:	rgba(255, 255, 255, 0.0);
	padding:			10px 14px 10px 14px;
	border-radius: 		20px;
	text-align: 		justify;
	opacity:			0.0;
	position:			absolute;
	left:				175px;
	width:				800px;
	top:				650px;
}

div#teamspeak {
	background-color:	rgba(255, 255, 255, 0.0);
	opacity:			0.0;
	width:				250px;
}

.ts, .tsError {
	background-color:	rgba(255, 255, 255, 0.0);
	position:			absolute;
	right:				0px;
	top:				0px;
}