html {
	overflow-y: scroll;
	}

body {
	background-image: url(img/cloudybg.jpg);
	width: 100%; height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

div.allcontent {
	position: absolute;
	top: 0; left: 50%;
	width: 1174px;
	margin: 0 0 0 -587px;
	}

div.topbanner {
	position: relative;
	top: 0; left:0;
	background: transparent url(http://enough.se/kaffemyers.com/img/kaffelogo.png) no-repeat scroll center top;
	width: 1174px; height: 373px;
	text-align: center;
	z-index: 9;
	}
		div.menu {
			position: relative;
			top: 370px; left: -7px;
			}

div.boxtop {
	position: relative;
	top: -100px; left: 0;
	margin: 0; padding: 0;
	background: transparent url(http://enough.se/kaffemyers.com/img/box_top.png) no-repeat scroll center top;
	width: 1174px; height: 201px;
	}
div.boxmiddle {
	position: relative;
	top: -100px; left: 0;
	margin: 0; padding: 0;
	background: transparent url(http://enough.se/kaffemyers.com/img/box_middle.png) repeat-y scroll center top;
	width: 1174px;
	}
div.boxbottom {
	position: relative;
	top: -116px; left: 0;
	margin: 0; padding: 0;
	background: transparent url(http://enough.se/kaffemyers.com/img/box_bottom.png) no-repeat scroll center top;
	width: 1174px; height: 54px;
	}
		div.boxpad {
			padding: 0 180px 0 180px;
			}

img {
	border: 0;
	}