html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-attachment: scroll;
	background-color: #f6f2ea;
	background-image: url(images/map_bg.jpg);
	background-repeat: repeat;
	overflow-x: hidden;
}
#container { 
	position: absolute; 
	top: 50%; 
	width: 100%; 
	height: 1px; 
	overflow: visible;
}
#centerBody {
	position: absolute; 
	left: 50%; 
	width: 840px; 
	margin-left: -420px; 
	height: 638px; 
	top: -319px;
}
#bg {
	width:840px;
	height:638px;
	position:relative;
	z-index:1;
	background-image: url(images/ct_bg.png);
	background-repeat: no-repeat;
}
#headerHabana {
	width:171px;
	height:166px;
	background-color:#fff;
	position:absolute;
	top:44px;
	left:55px;
}
#headerDocktoDine {
	width:530px;
	height:166px;
	background-color:#fff;
	position:absolute;
	top:48px;
	left:251px;
	text-align:center;
}
#flashCollection {
	width:225px;
	height:auto;
	background-color:#fff;
	position:relative;
	text-align:center;
}
#flashShop {
	width:225px;
	height:auto;
	background-color:#fff;
	position:relative;
	text-align:center;
}
#flashNews {
	width:225px;
	height:auto;
	background-color:#fff;
	position:relative;
	text-align:center;
}
#h1collection {
	width: 215px;
	position:absolute;
	bottom:92px;
	left:66px;
}
#h1shop {
	width: 220px;
	position:absolute;
	bottom:81px;
	left:308px;
}
#h1news {
	width: 220px;
	position:absolute;
	bottom:93px;
	left:558px;
}
table.flashContainer {
	width: 745px;
	position: absolute;
	top:222px;
	left:62px;
	padding:0px;
	border:none;
}	
table.footerContainer {
	width:745px;
	height:43px;
	position:absolute;
	bottom:29px;
	background-color:#fff;
	border:none;
	padding:0px;
	left: 47px;
}
td.flashBox {
	height: 300px;
	vertical-align: top;
	text-align: center;
}
td.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color:# 000000;
	height: 43px;
	background-color: #fff;
	vertical-align: middle;
	text-align:center;
	border: none;
}
