body {
	background-color: #1e1e1e;
}

#gradient {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 300px;
	
	/*background: linear-gradient(#4a1718 0%, #1e1e1e 100%);*/
}


#header {
}

#header .content {
	background-color: #3b0a0a;
}

#header .logo {}

#header .logo img {
	display: block;
	height: 50px;
}



#content {
	background-color: #1e1e1e;
}