
/*
 *
 * @version 1.0
 * @author Reiner Keller @ anumo
 * @copyright (C) 2009
 *
 */

html {
	overflow: hidden;
}

body {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

div.container {
	position: absolute;
	width: 500px;
	height: 194px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -97px;
	background-image: url("../image/logo-k-content.gif");
}

div.noshow {
	position: absolute;
	display: none;
	width: 200px;
	top: -5000px;
}

