@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/fonts/BebasNeue-webfont.eot');
    src: url('/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/BebasNeue-webfont.woff') format('woff'),
         url('/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sunshine_in_my_soulregular';
    src: url('/fonts/sunshine_in_my_soul-webfont.eot');
    src: url('/fonts/sunshine_in_my_soul-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sunshine_in_my_soul-webfont.woff') format('woff'),
         url('/fonts/sunshine_in_my_soul-webfont.ttf') format('truetype'),
         url('/fonts/sunshine_in_my_soul-webfont.svg#sunshine_in_my_soulregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, h1, h1 a, h2, h3 {
	color: #f9e8cd;
	text-decoration: none;
}

#menu, #menu a:link, #menu a:visited, p {
color: #a89d8a;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#container {
	position: absolute;
	bottom: 10%;
	width: 100%;
}

#header {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	width: 640px;
	position: absolute;
	right: 7%;
}

h1 {
	font-size: 104px;
	font-family: 'BebasNeueRegular';
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 23px;
	font-family: 'sunshine_in_my_soulregular';
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 22px;
	left: 345px;
	line-height: 39px;
}
h2 em {
	font-size: 43px;
	font-family: 'BebasNeueRegular';
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-size: 24px;
	font-family: 'BebasNeueRegular';
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* Transparency */
#menu, #displaybox {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";
}

#displaybox {
	font-size: 24px;
	font-family: 'BebasNeueRegular';
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	z-index: 100;
}

#displaybox a {
	display: block;
	color: #a89d8a;
	text-decoration: none;
	background-color: #000;
	width: 640px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#displaybox a:hover {
	color: #f9e8cd;
}

#button {
	width: 65px; height: 40px; 
	position:absolute;
	left:50%;
	top:42%;
	margin:-20px 0 0 -33px;
	z-index: 10;
}
#button a {
	display: block; 
	width: 65px; height: 40px; 
	background-image: url(/images/play.png); 
	background-position: top; 
	text-indent: -9999px;
	outline: none;
}
#button a:hover, #button a:focus {
	background-position: bottom; 
}

#menu {
	font-size: 24px;
	font-family: 'BebasNeueRegular';
	padding-top: 2px;
	height: 28px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu ul {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 7%;
	margin-right: -20px;
	white-space: nowrap;
}

#menu li
{
	display: inline;
	padding: 0;
	margin: 0;
}

#menu a {
	padding-right: 22px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu a:link, #menu a:visited {
	color: #a89d8a;
	text-decoration: none;
}

#menu a:hover
{
	color: #f9e8cd;
}

#footer {
	position: absolute;
	right: 7%;
	bottom: 0px;
	width: 640px;
	text-align: right;
}

#footer p {
	font-size: 8pt;
	font-family: 'sunshine_in_my_soulregular';
	margin: 0px;
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;

}

#footer a:link, #footer a:visited {
	color: #a89d8a;
	font-size: 12pt;
	font-family: 'BebasNeueRegular';
	text-decoration: none;
}

#footer a:hover
{
	color: #f9e8cd;
}