@charset "utf-8";
/* Globales Stylesheet für power-house.de */
html, body	{
	margin:0; padding:0; width:100%; height:100%; overflow:hidden;
}

body {
	background-image:url(../_img/powerhouse_coming_soon.jpg); background-repeat:no-repeat; background-position:top center; 
}

a:link {
	color:#383838; text-decoration:none
	}
a:visited {
	color:#383838; text-decoration:none
	}
a:active {
	color:#000000; text-decoration:underline
	}
a:hover {
	color:#000000; text-decoration:underline
	}
	
img {
	border:0px;
}
#footer { 
	position:absolute; bottom:10px; width:800px; left:50%; text-align:center; font-family:Verdana, Geneva, sans-serif; font-size:9px;  z-index:1; color:#666; margin-left:-400px; /* negative Hälfte von width:800px */
}