@charset "UTF-8";

/*---- G o o d b y e -- W o r l d ----*/

* { margin:0; padding:0;}

html { margin:0;padding:0;border:0;}

a:link {
	color: #09C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09C;
}
a:hover {
	text-decoration: underline;
	color: #09C;
}
a:active {
	text-decoration: none;
	color: #09C;
}

body {
	background-color: #000;
	overflow: hidden;
	margin:0;
	padding:0;
}

#introsolid {
	width:100%;
	height:100%;
	background:#000;
	position:absolute;
	left:0;
	right:0;
	z-index:9999;	
}

#header {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:50px;
	background:#000;
	z-index:1000;	
}

#nav {
	position:relative;
	width:100%;
	height:50px;
}

#contact {
	position:relative;
	float:right;
	width:600px;
	height:20px;
	padding:15px;
}

#download {
	position:relative;
	float:left;
	width:500px;
	height:20px;
	padding:15px;
}

.text {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: normal;
	font-size:13px;
	text-rendering: optimizeLegibility;
}