* {
	margin: 0;
}
html, body {
	background-image: url(../images/bg.jpg);
	background-position: centre;
}
a
{
	text-decoration: none;
	color: #ffffff;
}
a:hover
{
    text-decoration: underline;
}
a:link,a:visited
{
	color: #ffffff;
}
p {
	color: #FFF;
	font-family: JS;
	font-size: 20px;
	font-style: normal;
}
p.subs {
	display: inline;
	background: #000;
	padding: 2px 0 2px 0;
	white-space: pre-line; /* Not understood by IE, use manual br for IE */
  }
  
h1 {
	font-size: 30px;
	font-family: JS;
	color: #FFF;
}
h1.white {
	display: inline;
	background: #FFF;
	padding: 4px 0 4px 0;
 /* Not understood by IE, use manual br for IE */
  }
h1.black {
	display: inline;
	background: #000;
	color: #ed0032;
	padding: 4px 0 4px 0; /* Not understood by IE, use manual br for IE */
  }
h2 {
	font-size: 18px;
	font-family: JS;
	color: #fff;
	padding-left: 9px;
}
h2.subs {
	display: inline;
	background: #000;
	padding: 1px 0 1px 0;
	white-space: pre-line; /* Not understood by IE, use manual br for IE */
}
h6 {
	font-size: 0px;
}
#header-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 143px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position-y: 15px;
}
#menu-container {
	text-align: right;
	width: 930px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: clear;
	margin-top: -40px;
}
.container
{
	position:relative;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}
.content
{
	text-align: center;
}
.content-left
{
	float: left;
	width: 49%;
	padding-right: 1%;

}
.content-right
{
	text-align: right;
	float: left;
	width: 50%;

}
.poster
{
	float: left;
}
.poster-space
{
}
.background
{
	background-color:transparent;
}
.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
	clear: both;
}
.footer {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.header-container-right {
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
	float: right;
	padding-top: 15px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity:.7;
	width: 420px;
}
.header-container-right a:hover
{
	background-color: transparent;
}
.twitter-box
{
	width: 885px;
	position: centre;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
.twitter-box p {
	font-size: 18px;
    display: inline;
	padding: 2px 0 2px 0;
	white-space: pre-line; /* Not understood by IE, use manual br for IE */
}

.twtr-hd, .twtr-ft { display: none; }
.coming-soon {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 1000px;
	margin-top: -90px;
	text-align: center;
}
