html {
	margin: 0;
	padding: 0;
	background: #050505; 
	overflow-x: hidden;
}
body { 
	background: none; 
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #898989;
	margin: 20px auto 40px auto;
	width: 100%;
	text-align: center; /*For IE6*/
}
body a { 
	text-decoration: none;
	color: #898989;
}
body a:hover { 
	text-decoration: none;
	color: #bebebe;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	margin-bottom: 0px;
}
#hunterives {
	position: relative;
	z-index: -1;
	font-size: 70px;
	font-weight: 300;
	color: #222222;
	display: block;
	line-height: 80px;
}
.content {
	background: url('../images/bg.jpg');
	padding: 20px;
	margin: 20px 0px 20px 0px;
}
#homepageimg {
	max-width: 450px;
}
.galleria { 
	margin-left: 35px;
	height: 600px; 
}
#error {
	min-height: 150px;
	display: block;
	margin-top: 150px;
}
#contact {
	min-height: 150px;
	display: block;
	margin: 50px 0px;
}
small {
	font-size: 10px;
	color: #2b2b2b;
}

/* Smaller than standard 1060 (devices and browsers) */
@media only screen and (max-width: 1059px) {
	#videoplyr {
		width: 650px;
		height: 366px;
	}
}

/* Smaller than standard 860 (devices and browsers) */
@media only screen and (max-width: 810px) {
	#videoplyr {
		width: 480px;
		height: 300px;
	}	
	#homepageimg {
		max-width: 360px;
	}	
}


