/* styles.css */

html
{
margin: 0;
padding: 0;
line-height: 150%;
}

body
{
	margin: 0;
	padding: 0;
	color: #000000;
	background:#FFFFFF;
	border-top: 2px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border-style: none;
}

h1, h2, h3 {
	clear: both;
}

p {
	margin: 0 0 1em 0;
	padding : 0;
}

.clear {
	clear: both;
}


#frontPage, #trailerPage
{
	margin: 0 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#frontPage h1, #trailerPage h1
{
	font-size: 18px;
	margin: 20px 0 5px 0;
}

#frontPage h2, #trailerPage h2
{
	font-size: 22px;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	text-align: center;
	line-height: 150%;
}

#frontPage h3, #trailerPage h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	text-align: center;
}

#frontPage h4, #trailerPage h4
{
	font-size: 12px;
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}

#frontPage p, #trailerPage p
{
	font-size: 14px;
	padding : 0 0 0 0;
	text-align: center;
}

#trailerPage p {
	font-size: 18px;
	margin: 0 0 0.5em 0;
}

#frontPage a:link, #frontPage a:visited, #trailerPage a:link, #trailerPage a:visited
{
	text-decoration: none;
	color: #FB0000;
	background-color: transparent;
}

#frontPage a:hover, #trailerPage a:hover
{
	text-decoration: underline;
	color: #FF2020;
}

#frontPage #fixedWidth
{
	width: 774px;
	margin: 1em auto 0 auto;
}

#trailerPage #fixedWidth
{
	width: 996px;
	margin: 1em auto 0 auto;
}

#frontPage h1 span, #trailerPage h1 span {
	position: absolute;
  width: 100px;
  margin-left: -5000px;
}

#frontPage h3, #frontPage h3
{
	margin-top: 20px;
}

#frontPage #imgFront, #trailerPage #imgFront {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

#frontPage #imgLogo, #trailerPage #imgLogo {
	display: block;
	margin: 10px auto 0 auto;
	border: 0;
}

#trailerPage #imgLogo {
	margin: 2em auto;
}

#frontPage .buyline, #trailerPage buyline {
	color: #FB0000;
	font-weight: bold;
}

#frontPage .description, #trailerPage .description {
	margin: 2em 0 0 0;
	font-size: 11px;
	color: #808080;
	text-align: center;
	line-height: 125%;
}

#frontPage .webmasters {
	margin: 1.5em 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#frontPage #enterOptions, #trailerPage #enterOptions {
	margin: 0; 
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#trailerPage #enterOptions {
	font-size: 24px;
}

#frontPage #enterOptions ul, #trailerPage #enterOptions ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#frontPage #enterOptions li, #trailerPage #enterOptions li {
	display: inline;
	padding: 0;
	margin: 0 30px 0 30px;
}

#frontPage #licence {
	margin: 1em 0 0 0;
	text-align: center;
}

#frontPage #nannyLinks {
	margin-top: 0.5em;
	text-align: center;
}

#frontPage #externalLinks {
	margin: 1em 0 2em 0;
}

#fixedWidth {
	position: relative;
	width: 774px;
	margin: 10px auto 0 auto;
}

#trailerPage #fixedWidth {
	width: 996px;
}

#preview_video {
	display: block;
	margin: 0 auto 0 auto;
	border: 1px solid black;
}

#trailerPage p.twitter {
	margin-top: 2em;
}