@CHARSET "ISO-8859-1";

html, body { height:100%; }

body {
	background: #000;
	color: #fff;
	font-family: georgia, arial;
	font-size: 12px;
	margin: 0;
	padding: 0;	
	overflow: hidden;
}

#header {
	width: 100%;
	height: 90px;
	margin: 10px 0;
	background: url(../images/logo_big.png) no-repeat center;
}

#footer {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

#footer a {
	text-decoration: none;
	margin: 0 25px;
	font-size: 18px;
	font-weight: bold;
	color: #685d4f;
}

#footer a:hover {
	color: #FFF;
}

#slogan {
	margin-top: 20px;
	font-size: 27px;
	font-family: sans-serif;
	text-transform: lowercase;
}

#bgvideo {
	width: 100%;
}

#videocontainer {
	width: 100%;
	height: 100%;
}

#imgembed img {
	position: relative;
	padding-left: 50%;
	z-index: 10;
}

#videocontainer {
	position: relative;
	width: 1px;
	height: 1px;
	z-index: 0;
}