body {
	background-color:#EDEDED;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-image:url(../img/body_tile.png);
	background-repeat:repeat-y;
}

#header {
	width: 100%;
	height: 68px;
	margin: 0px;
	background-image: url(../img/header_tile.png);
	background-repeat: repeat-x;
	z-index: 1;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 215px;
	height: 103px;
	z-index: 2;
}

#fotobalk {
	position: absolute;
	left: 0px;
	top: 68px;
	width: 759px;
	height: 166px;
	background-image:url(../img/header_fotobalk.jpg);
	z-index: 1;
}

#menu {
	position: absolute;
	left:3px;
	top:210px;
	width: 149px;
	height: 365px;
	z-index: 3;
}

#menubgtop {
	position: absolute;
	left:0px;
	top:199px;
	width: 149px;
	height: 35px;
	background-image:url(../img/menu_tile.png);
	background-repeat:repeat-y;
	z-index: 2;
}

#content {
	position: absolute;
	width: 545px;
	margin-left: 180px;
	top: 230px;
}

#footer {
	font-size: 10px;
	color: #999999;
	clear: both;
	text-align: center;
	padding-right:20px;
}
