*{
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
    background-color: #E6EBF5;
	background-image: url(../background/bg.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

h1 {
    text-align: center;
	font-family: Arial;
    font-size: 4em;
    color: white;
	text-shadow: 2px 2px 6px #000000;
}

.cc {
  position: relative;
}

.ac {
  width: 60%;
  height: 60%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  
  
}

.hc {
  width: 60%;
  height: 60%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: -180px; left: 0; bottom: 0; right: 0;
}

video#bgvid { 
width: 100%; 
height: 100%; 
}

