@charset "utf-8";




#bodycontent{
	z-index: 101;
	display: block;
	margin-top:150px;
	height: 300px;
	width: 600px;
	background-image:url(../images/bgrepeat.png);
	background-repeat:repeat;
	overflow: hidden;
	position: fixed;
	left:0;
	top:0;
	border: thin solid #000;
	padding: 10px;
}

#bodyvideo{
	height: auto;
	width: auto;
	position:absolute;
	z-index: 150;
	right: 0px;
	margin-top: 60px;
	margin-right: 30px;
}

a img {
  border: none;
}
#bodytext{
	position:absolute;
	z-index: 150;
	width: 250px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	font-size:14px;
}
#bodytext h3{
	text-align:center;
}

#headtitle{
	top:0;
	left:0;
	z-index: 100;
	display: block;
	position: fixed;
	width:100%;
	height:auto;
	text-align:center;
	padding-top: 10px;
}
#fullscreen {
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	}



* html #fullscreen { 
	position: absolute;  
	top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');	
	right: 0;
	}

#fullscreen img {
	position: absolute;
	top:0;
	right:0;
	z-index: 1;
	visibility: hidden;
	}
	
	
	#footer {
	z-index: 100;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	padding-top: 40px;
	padding-left: 10px;
	margin-bottom: 10px;	
	}
	
	#footer a{
		color: #000;
	}
