html {
	min-height: 100%;	
}

body {
	font-size: 15px; 
	line-height:26px; 
	color: #9A9A9A;
	background: url(../gfx/background_body.jpg) no-repeat center center fixed; 
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
	padding: 0;
    margin: 0;
	background-color: #19160F;
	font-weight: 400;		
	}
	
		#line {
			width: 100%;
			margin: 0 auto;
			text-align: center;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}
	
		#wrapper {
			overflow: auto;
			padding-left: 50px;
		}
		
		.white {
			color: #fff;
		}
		
		a {
			color: #fff;
			opacity: 0.7;
			text-decoration: none;
			-webkit-transition: all 0.2s ease-out, all 0.3s ease-in !important;
			-moz-transition: all 0.2s ease-out, all 0.3s ease-in !important;
			 -o-transition: all 0.2s ease-out, all 0.3s ease-in !important;
			transition: all 0.2s ease-out, all 0.3s ease-in !important;
		}
		
		
		a:hover {
			opacity: 1.0;
		}
		
	h1 {
		font-family: 'Kreon', sans-serif;
		text-transform: uppercase;
		font-weight: lighter;
		font-size: 80px;
		margin-bottom: 0px;
		padding-bottom: 20px;
	}

	h2 {
		font-family: 'Khula', sans-serif;
		text-transform: uppercase;
		font-weight: lighter;
		font-size: 20px;
	}