@charset "UTF-8";
/* CSS Document */
/*Title of site effected by this CSS can be placed here*/

/*
*************************
*	=Code seperator		*
*************************
*/

/*
*************************
*	=reset				*
*************************
*/
/*Resets for older browsers*/

*{
	margin:0px;
	padding:0px;
}

header, section, footer, aside, nav, article, hgroup{
	display:block;	
}

body{
	text-align:center;
	background:#0A0A00;
	color:#e3e3e3;
	font-family: 'Lato', sans-serif;/*Google font*/
	font-weight:100;
}

/*
*************************
*	=miscellaneous		*
*************************
*/
#wrapper{
	width:960px;
	margin: 0 auto;
	margin-top:50px;
	border:1px solid #000;
}

h2{
	margin:20px;
	font-weight:400;
}


/*
*************************
*	=header				*
*************************
*/
#logo{
	width:600px;
	height:500px;
	background:url(../image/logo.png) no-repeat;
	margin: 0 auto;
	text-indent:-99999px;
}

/*
*************************
*	=navigation			*
*************************
*/
#connections{
	margin:30px 0 30px 0;
	
}

#connections li{
	display: inline;	
	margin:10px;
}

#connections a{
	color:#CCC;
	text-decoration:none;
}

#connections a:hover{
	text-decoration:overline;
}

/*
*************************
*	=content			*
*************************
*/


/*
*************************
*	=footer				*
*************************
*/
footer{
	font-size:14px;
	font-weight:100;
	margin-top:200px;
}
#home_link{
	color:#e3e3e3;
	text-decoration:none;
}

#home_link:hover{
	color: #666;
}
