@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body, html {
	padding:0;
	margin:0;
	height: 100%;
	width: 100%;
	background: #cce8ec url(../images/tile.jpg) center bottom repeat-x fixed;
	position:relative;
}
#comic {
	width:980px;
	height:2000px;
	background:url(../images/comic.jpg) no-repeat;
	display:block;
	margin:0 auto;
	position:relative;
}
#comic a {
	width:198px;
	height:141px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	position:absolute;
	top:1700px;
	left:705px;
}
#comic a:hover {
	background:url(../images/hover.png) no-repeat;
}
#flashcomic{
	width: 880px;
	height: 680px;
	margin: -340px 0 0 -440px;
	position:absolute;
	top: 50%;
	left: 50%;	
}

.btn-mobile {display:none;}

#impressum {color:#003366; font:0.9em Arial, Helvetica, sans-serif; position:absolute; text-transform:uppercase; margin:10px auto 20px auto; display:block; bottom:20px; padding:10px; text-align:center;}