/* karamel-club.de*/

/* THE BIG GUYS */
* {
	height:100%;
	width: 100%;

}


body {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
  	background-position:50% 50%;
	background-color:#000;
	height:100%;
	width: 100%;
	overflow:hidden;
}

#myAlternativeContent {
	height: 100%;
	width: 100%;
	outline:none;
}
