@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2f2c2c;
}

a:link {color: #60efa0; text-decoration: underline;}
a:visited {color: #60efa0; text-decoration: underline;}
a:hover {color: #60efa0; text-decoration: none;}
a:focus {color: #60efa0; text-decoration: none;}
a:active {color: #60efa0; text-decoration: none;}

#logo {
	position:absolute;
	top: 50%;
	left: 50%;
	width:600px;
	height:120px;
	margin-top: -60px; /*set to a negative number 1/2 of your height*/
	margin-left: -300px; /*set to a negative number 1/2 of your width*/
}

#copy {
	position:absolute;
	margin: 30px 0 0 30px;
}

.text {
	font-family: 'Droid Sans Mono', sans-serif;
	font-size: 12pt;
	color: #FFF;
}