
html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../img/bg.jpg) no-repeat center center #fff;
	
}

body {

	background: #eee;
	border-top: solid;
	border-top-color: #333;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
}

a:link{ color: #000; text-decoration: none;}

a:visited{ color: #000; }

a:hover, a:focus{ color: #FF9814; text-decoration: underline; }

p{color:#fff;	margin:1em 0; }

p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:0.8em;}

h2, h3, h4, h5, h6{ color: #9CA716; margin-bottom:0.5em; }

h1 {
		display: inline;
		position: relative;
		font: 60px Helvetica, Sans-Serif;
		letter-spacing: -5px;
		color: rgba(90,90,90,0.8); 
	}
	
	h1:after {
		content: "mmoghees";
		position: absolute; left: 10px; top: 5px;
		color: rgba(255,255,255,0.9);   
	}



h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 1em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#container {
	display:block;
	position: absolute;
	padding:0;
	width:100%;
	height:248px;
	background:#111;
	top:50%;
	margin:-100px 0 0 0;
	border:solid #777;
	border-width:3px 0 3px 0;
	
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}


#content{
	position:relative;
	display:block;
	width: 650px;
	left:45%;
	margin:0 0 0 -282px;
	padding:15px 0;
	top:5px;
}

#footer {
	position: absolute;
	bottom: 15px;
	margin:0;
	width:100%;
	text-align:center;
	left:0;
}