html { 
	font-size:100%; 
}

body { 
	font-size: 1em;
	font-family: helvetica, arial;
	color: #888888;
	background-color: #000000;
}

p {
	font-size: 0.750em;
	line-height: 1.5em;
	width: 720px;
}

a:link {
	color: #888888;
	text-decoration: none;
}
a:visited {
	color: #888888;
	text-decoration: none;
} 
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}  
a:active {
	color: #888888;
	text-decoration: none;
}

table {
	border: 0px;
	margin: 0px;
}

td {
	font-size: 0.750em;
	line-height: 1.5em;
}

embed, object{ 
	width: 720px;
	height: 420px;
}

#title {
	margin: 1em 1em 0.1em 1em; 
}

#content {
	float: left;
	width: 50em;
	margin-left: 1em; 
}

#movieInfo {
	vertical-align: top;
	color: #444;
	width: 50px;
}

#creditsTitle {
	vertical-align: top;
	color: #444;
	width: 150px;
}