#background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	z-index:1;
	background-repeat: no-repeat;
}
#main{
  position:absolute;
  bottom:0;
  right:0;
  z-index:3;
  width:60%;
  height:53%;
  margin:0;
  padding:0;
  /*background-color:grey;*/
}

#white{
	color:#FFFFFF;
}
#video{
  position:absolute;
  top:0;
  right:0;
  z-index:5;
  /*background-color:grey;*/
}
#amp{
  position:absolute;
  bottom:0;
  left:0;
  z-index:10;
  /*background-color:grey;*/
}
#sub{
	position:absolute;
	top:10px;
	right:10px;
	bottom:10px;
	height: 99%;
	width: 50%;
	z-index:4;
}

#subbg{
	position:relative;
	top:10px;
	right:10px;
	bottom:10px;
	left:10px;
	z-index:5;
	opacity: .8;
	filter: alpha(opacity=80);
	background-color: #333333;
	height: 99%;
}
#subcopy{
	position:relative;
	top:15px;
	bottom:15px;
	left:50%;
	width:49%;
	z-index:6;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	overflow:auto;
	height:97%;
	background-color: #333333;
	opacity: .8;
	filter: alpha(opacity=80);
}
#subcopy p{
	padding:10px;
	margin:10px;
}
#logo p {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:2;
}
html, body {
scrollbar-base-color: #474747;
scrollbar-arrow-color: #474747;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #2A262D;
scrollbar-highlight-color: #2A262D;
scrollbar-shadow-color: #2A262D;
scrollbar-track-color: #474747;
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;
	height:100%;
}

