html {
	overflow: hidden;	
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	background-color: #FFFFFF;
	overflow: hidden;	
}

#bgtile {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 490px;
	margin-top: -370px; /* half of width */
	z-index: 1;
	background-image: url(../img/kachel.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}


#homecontainer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 910px;
	height: 490px;
	margin-left: -508px; /* half of width */
	margin-top: -268px; /* half of width */	
	z-index: 10;
	background-image: url(../img/bghome2010.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
} 

#store {
	position: absolute;
	width: 222px;
	height: 415px;
	z-index: 11;
	margin-left: 223px;
	margin-top: 70px;
}
#store a:link, #store a:visited, #store a:active {
	outline: none;
	display: block;
	width: 218px;
	height: 411px;
	overflow: hidden;
	text-indent: -700px;
	border: 2px solid #DBDBDB;
	background: none;
}
#store a:hover {
	border: 2px solid #DEA7BC;
	background-image: url(../img/store_over.gif);
	background-repeat: no-repeat;	
}


#shop {
	position: absolute;
	width: 222px;
	height: 415px;
	z-index: 11;
	margin-left: 451px;
	margin-top: 70px;
}
#shop a:link, #shop a:visited, #shop a:active {
	outline: none;
	display: block;
	width: 218px;
	height: 411px;
	overflow: hidden;
	text-indent: -700px;
	border: 2px solid #DBDBDB;
	background: none;
}
#shop a:hover {
	border: 2px solid #DEA7BC;
	background-image: url(../img/shop_over.gif);
	background-repeat: no-repeat;	
}


#video {
	position: absolute;
	width: 222px;
	height: 415px;
	z-index: 11;
	margin-left: 678px;
	margin-top: 70px;
}
#video a:link, #video a:visited, #video a:active {
	outline: none;
	display: block;
	width: 218px;
	height: 411px;
	overflow: hidden;
	text-indent: -700px;
	border: 2px solid #DBDBDB;
	background: none;
}
#video a:hover {
	border: 2px solid #DEA7BC;
	background-image: url(../img/video_over.gif);
	background-repeat: no-repeat;	
}

#meta {
	position: absolute;
	width: 100px;
	height: 20px;
	z-index: 12;
	margin-left: 115px;
	margin-top: 394px;
}

#meta a:link, #meta a:visited, #meta a:active {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #ABABAB;
	text-decoration: none;
}
#meta a:hover {
	color: #DEA7BC;
	text-decoration: underline;	
}


