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

body {
	background-color:#000;
	background-image:url(hexabump.png)
}

.launcher {
	width:540px;
	height: 500px;
	background-color:#555;
	background-image:url(black_thread.png);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -270px;
	border: solid 2px #8bcee2;
}

.launcher_ie {
	width:540px;
	background-color:#555;
	background-image:url(black_thread.png);
	border: solid 2px #8bcee2;
}

p {
	color:#aace62;
	font-family: Roboto;
	font-size:18px;
}

a img {
border: none;
}

@-moz-document url-prefix() {
    a img {margin-right:4px;
	 margin-top:5px;}
}

.linker{
	margin-top:-8px;
}

.linker_ie{
	margin-top:-8px;
	color: #8bcee2;
	text-decoration:none;
}

.extra_links {
	float:right;
	}
	
#aboutPic{
	margin-top:3px;
}
@font-face
{	
	font-family: Roboto;
	src: url('Roboto-Light.ttf');
	src: local(custom_font), url('Roboto-Light.ttf') format('truetype');
}
