/* @override http://sverreskonditori.garage.upstruct.com/css/framework.css */

body{
	background: black url(../images/background.gif) repeat-x fixed;
}

#frame{
	width: 100%;
	height: 340px;
	background: url(../images/content-background.png) repeat-x;
	position: relative;
	top: 100px;
	padding: 20px 0;
}

#container{
	background: url(../images/logo-cake-v2.jpg) no-repeat;
	width: 931px;
	height: 340px;
	margin-right: auto;
	margin-left: auto;
}

#container p{
	margin-left: 470px;
	margin-top: 20px;
	position: relative;
	top: 58px;
}

#container h1#title{
	background: url(../images/title.gif) no-repeat;
	margin-left: 432px;
	height: 99px;
	width: 438px;
	position: relative;
	top: 70px;
}

#container h1#title span{
	display: none;
}

#label{
	position: relative;
	margin-left: 750px;
	top: 39px;
}

#footer{
	color: white;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}