/* Website Development by MH Productions | Maarten van den Heuvel | www.mhproductions.eu */

/* Main */

html, body {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#111;
	background: url(images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:12px;
	padding:0px;
	margin:0 auto;
	text-align:center;
}

a {
	color:#ffffff;
	text-decoration:none;
	outline: none;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
	outline: none;
}

h1 {
	font-family:'SEGOEUIL', sans-serif;
	font-size:36px;
	color:#fff;
	padding:30px 0;
	line-height:60px;
	text-align:center;
}

img {
	border:0px;
}

/* Content */

#overlay {
	position:absolute;
	width:140px;
	height:140px;
	padding:0px;
	left:50%;
	top:50%;
	margin:-70px 0 0 -70px;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align:left;
}

#content {
	position:absolute;
	width:140px;
	height:140px;
	padding:0px;
	left:50%;
	top:50%;
	margin:-70px 0 0 -70px;
	text-align:left;
}

#logo {
	position:relative;
	padding:0px;
	margin:0px;
}

#logo img {
	width:140px;
	height:140px;
	padding:0px;
	margin:0px;
}