html,body {
	margin:0; padding:0;
	width:100%;	height:100%;
	color:#aaaaaa;
	font: 12px Tahoma;
}
body {
	background: url('images/bg.jpg') #000000 50% 50% no-repeat;
}

#megaDIV {
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}

#screen1 { top:0;left:0; }
#screen2 { top:0;left:100%; }

.extDIV {
	width:100%;
	position: absolute;
	min-height: 100%;
}
* html .extDIV {
  height: 100%;
}

/* PLACE NAVIGATION DIVS */
.left {position:absolute;left:0;top:45%;}
.right {position:absolute;right:0;top:45%;}
.header,.left,.right {padding:20px;}
.footer {width:300px;height:30px;text-align:center;margin-left:-150px;position: absolute;left:50%;bottom:20px;}
.header,.footer {text-align:center;}


span.underline {text-decoration:underline;}
span.hand {cursor:pointer;}


.logo {
	width:303px;
	margin:-58px -151px;
	position:absolute;
	top:50%;
	left:50%;
}
.logo img {cursor:pointer;}
.contact {
	width:220px;
	margin:-58px -110px;
	position:absolute;
	top:50%;
	left:50%;
	cursor:pointer;
}



.videoDIV {
	background:transparent;
	position:absolute;
	height:240px;
	width:352px;
	margin:-120px -176px;
	left:50%;
	top:50%;
	z-index:10;
}

/* IE PNG FIX */
.iePNG {
	behavior: url(iepngfix/iepngfix.htc);
}
/*
#lightbox{
	background: #000;
	position: absolute;
	z-index: 8;
	height: 240px;
	width: 352px;
	margin: -120px -176px;
	left: 50%; top: 50%;
}
*/

/* CONTACT STYLE */
.close {text-align:right;margin:10px;}
/*.close u {color:#aaaaaa;}*/
.adress { }
.adress div { margin-top:10px; }
a {color:#aaaaaa;}