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, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, b {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

b {
	font-weight: bold;	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: white;
	background-color: black
}
html {    
	background-color: black
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {	
	background-color: black;
	color: #f2f2f2;
	font-size: 11px;		
	font-family: Arial, Helvetica, Verdana, sans-serif;            
}

h2, h6 {	
	font-weight: bold;	;
}

h2 {
	font-size: 16px;		
}

h6 {
	font-size: 11px;	
}

#movie_title {
	margin-bottom: 10px;    
}

#info {
	margin-top: 120px;	
}

#movie_list {
	width: 130px;
	font-size: 16px;
	line-height: 18px;  
	font-weight: bold;  
	margin-top: -2px; 		
}

#back_link {	
	font-weight: normal;		
	position: absolute;
	top: 115px;        
	width: 215px;
}

#back_link a {	
}

#movie_list a:hover {	
	color: #f2f2f2;		
}


#player_container {
	display: none;	    
}

#production_info {
	margin-top: 12px;	
	
}

#production_info, #movie_description {
	line-height: 14px;		
}

#production_info h6 {
	padding-bottom: 1px;	
}

#production_info br {
	line-height: 10px;	
}

#hq_url {
	margin-top: 27px;	
	display: block;    
}

#links {
	width: 123px;
	padding-left: 1px;
	padding-top: 8px;	
	line-height: 14px;
}

A:link {text-decoration: none; color: #f2f2f2}
A:visited {text-decoration: none;  color: #f2f2f2}
A:active {text-decoration: none;  color: #f2f2f2}
A:hover {text-decoration: underline; color: #f2f2f2;}

body:first-of-type  #movie_list { line-height: 20px; }