@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../img/background.jpg);
	margin:0px;
	padding:0px;
	text-align:center;
	}
	
#mug {
	background-image:url(../img/mug.png);
	background-position:right;
	background-repeat:no-repeat;
	height:229px;
	width:238px;
	position:fixed;
	right:0px;
	}
	
#total {
	width:1019px;
	margin:0px auto 0px auto;
	text-align:left;
	position:relative;
	top:30px;
	background-image:url(../img/buch_2.png);
	background-repeat:no-repeat;
	height:700px;
	}
	
#footer {
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:0px;
	margin-left:25px;
	}
