/* Main */

body{
	font-family: Titillium;
	font-size:13px;
	color:#333;
	text-shadow: #111 0 2px 1px;
	margin-top:0;
	margin:0px;
	padding:0px;
	background: url(../images/bgstars.png) #111;
}

@font-face { font-family: Titillium; src: url('titillium.ttf'); } 
@font-face { font-family: TitilliumBold; font-weight: bold; src: url('titilliumbold.ttf'); }

.toptext{font-size:50px; font-weight: bold;}
.toptextb{font-size:50px; font-weight: bold; color:#86ACCB;}

a:link, a:visited { 
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding:10px;
	}
	
a:hover { 
	color: #35C0F4;
	text-shadow: 0 0 5px #3CAEEA;
	}
	
a:active { 
	color: #8eb4ce;
	}
	
#top{color:#fff;
		font-size:18px;}
		
#top2{color:#fff;
	font-size:15px;}

/* Divs */
	
#content{
	text-align:center;
	border-top: 1px #404349 solid;
	position:absolute;
	color: #A2B2C1;
	text-shadow: 0.1em 0.1em #000;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 20px; padding-bottom: 30px;
	width: 100%; left: 0px; margin-left: 0px; padding-left: 0px; padding-right: 0px;
	top: 50%; margin-top:-168px;
	height:336px;
	}
	
#social{line-height:20px;}
