html {
	height: 100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color:#000000;
	color:#FFFFFF;
	margin:0;
	padding:0;
}
a,a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	color:#CCCCCC;
	}
#background {
	height:100%;
	width:100%;
	text-align: center;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;left: 0px;
}
#videoLeft {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0px;
	top: 0px;
}
#videoPlayer {
	position: absolute;
	height: 50%;
	width: 50%;
	right: 0px;
	top: 0px;
}
#videoText {
	position: absolute;
	height: 50%;
	width: 50%;
	right: 0px;
	bottom: 0px;
}
#videoBack {
	position: absolute;
	height: 50%;
	width: 50%;
	left: 10px;
	bottom: 10px;
	font-size:140%;
}
#instalLeft {
	position: absolute;
	height: 50%;
	width: 50%;
	left: 0px;
	top: 0px;
}
#instalPlayer {
	position: absolute;
	height: 50%;
	width: 50%;
	right: 0px;
	top: 0px;
}
#instalText{
	position: absolute;
	height: 50%;
	width: 100%;
	left: 10px;
	bottom: 10px;
	font-size:140%;
}
#example {
	border:solid #00CC00 thin;
}
