@font-face
{
	font-family: 'HarabaraHandItalic';
	src: url('fonts/HarabaraHand-webfont.eot');
	src: local('☺'), url('fonts/HarabaraHand-webfont.woff') format('woff'), url('fonts/HarabaraHand-webfont.ttf') format('truetype'), url('fonts/HarabaraHand-webfont.svg#webfontGZBwLkjV') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

html
{
	background-color: black;
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	color: white;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}

div#main
{
	width: 879px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -439px;
	padding: 0;
}

img#logo
{
	margin-left: -50px;
	margin-bottom: -30px;
}

div#info
{
	font-family: 'HarabaraHandItalic', sans-serif;
	font-size: 22px;
	color: white;
	
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	/*text-shadow: white 0 0 2px, black 0 0 3px, black 0 0 9px;*/
	text-shadow: black 0 0 3px, black 0 0 9px;
}

div#info > h2
{
	font-size: 1.3em;
	line-height: 1.0em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-indent: 120px;
}

div#info > p
{
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	text-indent: 120px;
}

div#widgets
{
	margin-top: 30px;
	margin-left: 150px;
	/*width: 666px;*/
}

div.block
{
	margin-top: 30px;
	float: left;
}

#countdown_dashboard
{
	width: 276px;
	height: 125px;
	float: left;
}

#facebook
{
	float: left;
	margin-left: 25px;
	
	position: relative;
	top: -5px;
}

#facebook > iframe
{
	overflow: hidden;
	width:235px;
	height:62px;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.85);
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#vip
{
	background-color: black;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
	width: 250px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#vip > h2
{
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-weight: normal;
	float: left;
	margin-right: 10px;
}

div#vip input
{
/*	line-height: 2.0em;*/
}

div#vip input[type="text"]
{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}


div#booking
{
	clear: both;
	text-align: center;
	padding-top: 20px;
	font-size: 0.8em;
	text-shadow: black 2px 2px 5px;
}

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: #aaa;
	text-decoration: underline;
}

a:active
{
	color: #777;
}