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

* {
	margin: 0;
	padding: 0;
}

::-moz-selection { background:#99CC00; color: #fff; text-shadow: none; }
::selection { background: #99cc00; color: #fff; text-shadow: none; }

ul {
	list-style-type: none;
}

body {
	font-family: 'Roboto';
	background-color:#aaaaaa;
	}
body, td, th {
	color: #000000;	
}
p {
	font-size:11px;
	color:#999999;
}
h1 {
	font-size:12px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size: 24px;
}

a, a:visited {
	color:#990;
	text-decoration:none;
}
a:active, a:hover {
	color:#FFF;
}
.f_light{
	font-weight: 300;
}
.f_norm{
	font-weight: 400;
}
.f_med{
	font-weight: 500;
}
.f_bold{
	font-weight: 700;
}
.f_ultra{
	font-weight: 900;
}
.f_italic {
	font-style: italic;
}

#footer {
	position: absolute;
	width:100%;
	height:37px;
	border-top: solid 1px #DDD;
	display:block;
	background-color:#a2d7e3;
	opacity: 0.9;
	color:#111f45;
	bottom:0px;
}


#f_evolve {
	position:relative;
	top:13px;
	float:left;
	text-decoration:none;
	font-size:12px;
	left:20px;
}
#f_evolve a, #f_evolve a:visited {
	color:#000;
	text-decoration:none;
}
#f_evolve a:hover {
	color:#990;
}

#bg_info{
	position: absolute;
	float: right;
	width: 80%;
	right: 20px;
	top: 25%;
	text-align: right;
}
#heading{
	margin-top: 20px;
	font-size: 48px;
	letter-spacing: -2px;
	line-height: 60px;
	text-shadow: rgb(0, 0, 0) 0px 3px 3px;
	color: #FFF;
}
#detail{
	margin-top: 30px;
	font-size: 30px;
	color: #FFF;
	text-shadow: rgb(0, 0, 0) 0px 1px 1px;
}
#detailB{
	margin-top: 10px;
	font-size: 24px;
	color: #FFF;
	text-shadow: rgb(0, 0, 0) 0px 1px 1px;
}
#detailC{
	margin-top: 10px;
	font-size: 28px;
	color: #FFF;
	text-shadow: rgb(0, 0, 0) 0px 1px 1px;
}
#detailD{
	margin-top: 20px;
	font-size: 16px;
	color: #FFF;
	text-shadow: rgb(0, 0, 0) 0px 1px 1px;
}
#detailE{
	margin-top: 40px;
	font-size: 30px;
	color: #FFF;
	text-shadow: rgb(0, 0, 0) 0px 1px 1px;
}
#social{
	width: auto;
	height: auto;
	position: absolute;
	top: 25px;
	right: 25px;
	float: right;
}
