/* CSS Document */

body {
	background-color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;

}
html,body {overflow-y: hidden;overflow-x: hidden;}
h2 {
	color: white;
	font-weight:100;
	text-decoration:none;
	font-style:oblique;
	margin-top:0px;

}
h3 {
	color: white;
	margin-bottom: -13px;
}

.movieName {
	font-weight:bold; font-size:18px;
	padding-top:20px;
}
.movieHouse {
	font-style:oblique;
}
img {
	border:none;
}
img.thumb {
	cursor:pointer;
	margin-top:5px;
}
.bottomtext {
	position:relative;left:340px; bottom:20px;
	color:#FFFFFF;
	font-size:14px;
	font-style:oblique;
	width:420px;
	height:50px;
	vertical-align:middle;
}