#centre-white {
position: absolute;
width: 100%;
height: 100%;
background-color:#FFFFFF;
background-image: url(images/home-construct.png);
background-position:center center;
background-repeat:no-repeat
}

#centre-w {
position: absolute;
width: 100%;
height: 100%;
background-color:#FFFFFF;
background-position:center center;
background-repeat:no-repeat
}

#centre {
position: absolute;
width: 100%;
height: 100%;
background-image: url(images/home-photo.png);
background-position:center center;
background-repeat:no-repeat
}

.content-photo {
width:1000px;
height:60px;
top:8%;
margin:0 auto;
position:relative;
}

#blank {
position: absolute;
width: 100%;
height: 100%;
}

.styleHL {font-size: 14px;color:#391e00; font-weight:bold;}
.styleTE {font-size: 12px;color:#391e00; line-height:13px}
.styleTEB {font-size: 12px;color:#391e00; line-height:13px; font-weight:bold;}
.styleTEW {font-size: 12px;color:#FFFFFF; line-height:14px}
.styleTER {font-size: 12px;color:#391e00; line-height:13px}

.styleME-HL {font-size: 14px;color:#391e00; font-weight:bold;}
.styleME-SW {font-size: 12px;color:#391e00; line-height:13px; font-style:italic}
.styleME-IN {font-size: 12px;color:#000000; line-height:13px}

a:link {text-decoration:underline;font-weight:bold;color:#391e00}
a:visited {text-decoration:underline;font-weight:bold;color:#391e00}
a:active {text-decoration:underline;font-weight:bold;color:#391e00}
a:hover {text-decoration:underline;font-weight:bold;color:#B89470}

#divFIKA-cms {background-image:url(images/cms-bg.jpg)}
#divBG {background-image:url(images/fikacafe-bg.jpg)}
#divBG-map-BR {background-image:url(images/Fika-BR-map.jpg)}
#divBG-map-MW {background-image:url(images/Fika-MW-map.jpg)}


#navbars a:link,#navbars a:active,#navbars a:visited,#navbars a:hover {font-size:12px;color:#391e00;cursor:pointer;text-decoration:none; font-weight:bold;}















body {
	background-image: url(images/background-pattern.jpg);
	background-repeat:repeat;
	overflow:hidden;
	height:100%;
	width:100%;
	margin:0;padding:0;

}

#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	overflow:hidden;
}


	#mask {
		width:100%;
		height:500%;
	}

	.item {
		width:100%;
		height:20%;
		display:block;
	}
	
	.item-photo {
		width:100%;
		height:30%;
		display:block;
	}	
	
	
	.content {
		width:1000px;
		height:559px;
		top:3%;
		margin:0 auto;
		position:relative;
	}
	
	.selected {
		background:#fff;
		font-weight:700;
	}
