/* CSS Document */

body {
	background-color: #000000;	
	background-size:auto;
	background-position: top;
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	margin-top: 100px;
	
}


.logo {
	width: 100%;	
	height: auto;
	max-width: 200px;
	margin: auto;
	padding-top: 60px;
}



#scrollable{
	width: 100%;
	max-width: 850px;
	height: auto;
	margin: auto;
	color: #2E2E2E;
	font-family: Times;
	font-weight: normal;
	text-align: center;	
}

#sociallist {
	margin: auto;
	padding-top: 35px;
}

#sociallist ul {
	list-style: none;
	margin-left: -37px;
}

#videostream {
	padding-top: 100px;
	height: auto;	
	text-align: center;	
}

#videostream iframe {
	top: 0;
	left: 0;
	width: 100%;
	
}

footer {
	margin-top: 35px;
}

/* unvisited link */
a:link {
    color: #2E2E2E;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #2E2E2E;
}

/* mouse over link */
a:hover {
    color: #494949;
	}

/* selected link */
a:active {
    color: white;
}