﻿/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: center;
} body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #000;
	color: #FFF;
	font: normal 1.3em Verdana, Geneva, sans-serif;
	height: 100%;
	
}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
	text-align: left;
}

h1 {font: normal 3em Verdana, Geneva, sans-serif;}
h2 {font: normal 2.2em Verdana, Geneva, sans-serif;}
h3 {font: normal 2em Verdana, Geneva, sans-serif;}
h4 {font: normal 1.8em Verdana, Geneva, sans-serif;}
h5 {font: normal 1.6em Verdana, Geneva, sans-serif;}
h6 {font: bold 1.2em Verdana, Geneva, sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}


#bg
{
    background: #fff url('bg.jpg') no-repeat;
    width: 1114px;
    margin: auto;
    min-height: 650px;
}


#menu
{
    position: relative;
    top: 80px;
    left: 239px;
    width: 421px;
}

#toplinks
{
    position: relative;
    top: 100px;
    left: 110px;
    width: 859px;
    color: #000;
}

	#content
{
    margin-top: 130px;
    margin-left: 110px;
    margin-bottom: 20px;
    width: 859px;
    color: #000;
}
	
	#movie
{
    position: relative;
    top: 1px;
    left: 90px;
    width: 600px;
    color: #000;
}
