
@font-face
{
	font-family: Font;
	src: url(DreamOfMe.woff);
}
body
{
	background-image:url(background.jpg);
	background-repeat:repeat;
	font-family: Font;
  color: blue;
}
iframe
{
  width:800px;
  height:450px;
  margin:10px;
}
video
{
  width:800px;
  height:450px;
  margin-top:10px;
  margin-bottom:10px;
}
.GlobalContainer
{
	position: absolute;
	padding-left: 20px;
}
.MegaTitle
{
	text-align: center; 
	font-size: 64px;
	margin-bottom: 5px;
}
.SubTitle
{
	text-align: center;
	font-size: 32px;
  margin-top: 50px;
}
.Caption
{
  text-align: center;
	padding-left: 5px; 
	padding-right: 5px;
	font-size: 24px;
}
