@font-face {
    font-family: "Per";
    src: url(Perpetua.ttf);
}

body{
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	text-align:center;
	font-family: Per, serif;
}

#div_logo{
	width:800px;
	height:500;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-250px;
}
#div_back{
	width:640px;
	height:16px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-320px;
	margin-top:255px;
}
#div_video{
	width:800px;
	height:480px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-240px;
}

#div_footer{
   position:absolute;
   bottom:0px;
   left:0px;
   width:100%;
   height:20px;   /* Height of the footer */
}
