/* Font Setup 
@font-face {
	font-family: "Franklin Gothic";
	src: url('FrankGotBoo.ttf');
}

@font-face {
	font-family: "Franklin Gothic";
	src: url('FrankGotBld.ttf');
	font-weight: bold;
}

/* Main */
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}

* p{
	margin-top: 5px;
}

.mainFrame {
	position: relative;
	overflow: hidden;
}

.mainContent {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* Loading */
.loadingimg {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.loadingfill {
	position: relative;
	height: 100%;
	background-color: #000;
	display: block;	
}

.loadingbar {
	position: absolute;
	height: 25px;
	background-color: #ccc;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: block;
	border: 2px solid #000;
}

/* Button */
.buttonFrame {
	position: absolute;
	display: block;
	overflow: hidden;
}

.buttonImage {
	position: absolute;
	top: 0px;
}

.buttonImage:hover {
	cursor: hand;
	cursor: pointer;
}

/* Video */
.videoOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url('images/overlay.png');
}

.videoFrame {
	position: absolute;
	border: 4px solid #fff;
	background-color: #fff;
}

.linkFromVideo a{
	position: absolute;
	top: 475px;
	width: 600px;
	margin-right: 50px;
	margin-left: 50px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	text-decoration: none;
}

.linkFromVideo a:hover {
	color: #ddd;
}

.overlayLink a{
	position: absolute;
	top: 475px;
	width: 600px;
	margin-right: 50px;
	margin-left: 50px;
	color: black;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	text-decoration: none;
}

.overlayLink a:hover {
	color: #666;
}

/* Images */
.imageFrame {
	position: absolute;
}

.imageMain {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* Hiddens */
.buffer {
	display: none;
	overflow: hidden;
	width: 0px;
	height: 0px;
}