@charset "UTF-8";


/* CSS */

* { 
	margin: 0;
	padding: 0; 
	}

html { 
	overflow-y: scroll; 
	}

html, body { 
	height: 100%; 
	}
	
body { 
	font-size: 62.5%; 
	font-family: Arial, Verdana, sans-serif; 
	color: #FFFFFF; 
	background-color: #171717;
	}

a { 
	outline: none; 
	text-decoration: none;
	color: white;
	}
	
a:hover{
	text-decoration: underline;}
	
a img { 
	border: none; 
	}
	
img { 
	vertical-align: middle; 
	}
	
table { 
	border-collapse: collapse; 
	}
	
p { 
	font-size: 1.3em; 
	color: #999999;
	}


/*
	OPPSETT
*/

#wrap {
	width: 960px;
	margin: 0 auto;
	}
	
#mphlogo {
	width: 940px;
	height: 70px;
	margin-top: 30px;
	margin-bottom: 40px;
	background-color: #f10000;
	padding-right: 20px;
	padding-top: 30px;
	position: absolute;
	}

#push {
	height: 200px;
	}
	
#logo {
	height: 100px;
	width: 25%;
	margin-top: 30px;
	margin-bottom: 50px;
	background-color: #f10000;
	position: absolute;
	}
	
.logoBox img{
	padding: 4px;
	border: 1px solid #1f1f1f;
	float: left; margin-right: 72px;
	margin-bottom: 30px;
	margin-top: 15px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
	
.logoBox a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	}

