@charset "utf-8";

html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 100%;  
	overflow: visible;
}

#container {
	width:950px;
	height:620px;
   	clear: both;
	position:relative;	
	margin:0 auto;
}

#center {
	visibility: hidden;
	width: 100%;
	height: 50%; 
	margin-top: -320px;                                                             
	float:left;
}


#animation {
	position:absolute;
	z-index:1;
	bottom:235px;
	right:0px;
	width:950px;
}

p {
	padding-right: 30px;
	padding-left: 15px;
	margin-top 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-botom: 0px;
	font-size: 13px;
	text-align: justify;
	line-height: 19px;
}

h1 {
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 24px;
	font-weight: normal;
}

a {
	color: #FFFFFF;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 10px;	
	color:#FFFFFF;
	text-align:right;
	margin-top: 15px;
}

.reservation {
	color: #FFFFFF;
	text-align:right;
	padding-right: 30px;
	line-height: 16px;
	margin-top: 0px;
}

.contact {
	color: #FFFFFF;
	text-align:right;
	padding-right: 18px;
	line-height: 16px;
	margin-top: 14px;
}

div#credit {
	margin-top:12px;
	width:950px;
	height:20px;
	text-align:center;
	font:9px Arial, Helvetica, sans-serif;
	color:#666666;
}

div#credit a{
	color:#666666
}




