body {
	margin:0px;
	padding:0px;
	font-family: Arial;
	width:100%;
	height:100%;
	background-color: #000000;
}
a {
    outline: none;
}
#pageHolder {
	position:absolute;top:0px;left:0px;width:100%;height:100%;overflow: none;
}
#logo {
	position:absolute;
	bottom:734px;
	left:326px;
	z-index:9999;
	display: none;
}
#imageHolder {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 660px;
	overflow: hidden;
	z-index:1;
}
#imageBlocker {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 660px;
	overflow: hidden;
	z-index:2;
	background-color: #000000;
	display: block;
}
.title {
	font-family: Arial;
	color:#999999;
}
#menu1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 310px;
	height: 660px;
	z-index: 10;
	display: none;
}
#menu2 {
	position: absolute;
	bottom: 0px;
	left: 310px;
	height: 660px;
	z-index: 11;
	display: none;
}
.alpha {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#resto {
	position: absolute;
	left: 4px;
	width: 90px;
	height: 100%;
	overflow: hidden;
}
#foto {
	position: absolute;
	left: 98px;
	width: 90px;
	height: 100%;
	overflow: hidden;
}
#contact {
	position: absolute;
	left: 192px;
	width: 90px;
	height: 100%;
	overflow: hidden;
}
.menutitle {
	position: absolute;
	left: 12px;
	top: 22px;
	color: #FFFFFF;
	font-size: 10px;
	z-index: 20;
}
.menutitleRight {
	position: absolute;
	right: 32px;
	top: 22px;
	color: #FFFFFF;
	font-size: 10px;
	z-index: 20;
}
.content {
	position: absolute;
	left: 12px;
	top: 42px;
	width: 476px;
	height: 618px;
	color: #999999;
	font-size: 11px;
	line-height: 14px;
	z-index: 22;
	font-family: Georgia, Times;
	display: none;
}
.content_foto {
	position: absolute;
	left: 12px;
	top: 0px;
	width: 476px;
	height: 618px;
	color: #999999;
	font-size: 11px;
	line-height: 14px;
	z-index: 22;
	font-family: Georgia, Times;
	display: none;
}

.content a, .content a:visited, .content a:active {
	color: #999999;
	text-decoration: none;
}
.content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#cadeaubon {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 443px;
	z-index: 999;
	display: none;
	text-align: center;
}

#lingo a, #lingo a:active, #lingo a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#lingo a:hover {
	color: #999999;
	text-decoration: none;
}
hr {
	border:0px solid #FFFFFF;
	height:1px;
	background-color: #FFFFFF;
}
#sound, #lingo, #musicHolder {
	float: left;
}
.floater {
	float: left;
	width: 160px;
}
.bottomContent {
	position: absolute;
	left: 12px;
	bottom: 12px;
	color: #999999;
	font-size: 10px;
	z-index: 20;
}
.rollmeover {
	cursor:pointer;
    cursor:hand;
}