html, body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: white;
	background-color: black;
	}

a {
	color: white;
	}

#window {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	}

#top {
	width: 800px;
	height: 71px;
	}

#main {
	width: 728px;
	min-height: 463px;
	padding: 25px 36px;
	background: url(_images/main_bg_1.jpg) top center no-repeat;
	}

#home #main {
	width: 384px;
	padding: 25px 380px 25px 36px;
	background: url(_images/main_bg_2.jpg) top center no-repeat;
	}

#submenu {
	border-bottom: 2px solid #39F;
	display: block;
	margin-bottom: 30px;
	}

#images p {
	width: 344px;
	display: block;
	padding: 0 10px 10px 10px;
	float: left;
	font-size: 9pt;
	}
#images strong {
	font-size: 11pt;
	}
#images img, #movies img {
	float: left;
	margin: 0 10px 5px 0;
	}
#images hr, #movies hr {
	border: 0;
	height: 0;
	clear: both;
	}

#movies {
	display: block;
	padding: 0 0 40px 0;
	font-size: 9pt;
	}
#movies strong {
	font-size: 11pt;
	}