body {
	background-color: black;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
}

div#main {
	position: relative;
	width: 600px;
	top: 0px;
	margin: auto;
	font-size: 9px;
	color: black;
}

div#upleft {
	float: left;
	top: 0px;
	width: 250px;
}

div#imdb img {
	border: none;
}

div#top {
	float: right;
	top: 0px;
	height: 30px;
	width: 349px;
	border-right: 1px solid #ccffff;
	background-color: black;
}

#top p {
	color: white;
	font-size: 12px;
	margin-top: 7px;
}

div#top2 {
	float: right;
	top: 0px;
	height: 20px;
	width: 349px;
	border-right: 1px solid #ccffff;
	background-color: #00CCCC;
}

#top2 p {
	text-align: center;
	font-size: 10px;
	margin-top: 4px;
}

#top2 a {
	text-decoration: none;
	color: black;
	font-size: 10px;
}

#top2 a:hover {
	text-decoration: underline;
}

div#content {
	float: right;
	top: 0px;
	height: 563px;
	width: 349px;
	border-right: 1px solid #ccffff;
	background-color: #006666;
	background-image: url('images/film2.jpg');
}

div#info {
	float: left;
	width: 329px;
	height: 530px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: auto;
}

#info p {
	text-align: justify;
	font-size: 10px;
	color: white;
	padding-right: 9px;
}

div#bottom {
	float: left;
	top: 0px;
	width: 600px;
	height: 45px;
	background-color: #00CCCC;
}

#bottom p {
	text-align: center;
	margin-top: 10px;
	font-size: 10px;
	color: black;
}

td p {
	font-family: verdana;
	font-size: 10px;
	color: white;
}