﻿@charset "utf-8";
/*
EM sizes
px | em
1  | .06
10 | .63
11 | .69
12 | .75
13 | .81
14 | .88
15 | .94
16 | 1
*/
*{
 background-repeat: no-repeat;
}
#news{
 padding-left:200px;
  padding-right:200px;
}
.news{
  width:100%;
  padding:5px;
  margin-bottom:10px;
}
.news .header{
  background-color:#686868;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding-left:5px;
  padding-right:5px;
}
body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.13em;
    color: #ffffff;
	background-color: #000000;
	background-image: url(../images/Background2.png);
    background-position:top center;
   }
#wrapper {
	width: 900px;
    height:800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
  background-image: url(../images/Header.png);
  height:212px;
}
#video{
  text-align: center;
}
#synopsis{
 padding:0px 100px 0px 100px;
}
#synopsis p{
    margin:0px 10px 5px 10px;
	font-size: 0.76em;
	line-height: 16px;
}
#contact table{
  margin-left:300px;
}
#contact div{
text-align: center;
}
#nav{
  text-align: center;
  margin:0px 150px 15px 150px;
}
#nav a{
  margin:0px 7px 0px 7px;
   font-weight: bold;
}
#nav  a:link, #nav a:visited {
color: #ffffff;
font-size: 0.95em;
text-decoration: none;
}

#nav a:hover {
 text-decoration: underline;
}

object{
    width:720px;
    height:486px;
  	margin-right: auto;
	margin-left: auto;
}
.hide {
	display: none;
}
.show {
	display: block;
}

