* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	background-color: #FFF;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	width: 100%;
}
#container {
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#top {
	background-image: url(../images/logo-mini.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 799px;
	text-align: right;
	position: relative;
}
#navi {
	height: 59px;
	width: 500px;
	position: relative;
	line-height: 58px;
	margin: 0px 0px 0px auto;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin-top: 30px;
	height: 100%;
	width: 100%;
	text-align: justify;
	line-height: 24px;
}
#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	background-color: #CCC;
	text-align: center;
	height: 30px;
	width: 100%;
	position: fixed;
	z-index: 100;
	line-height: 28px;
	top:auto;
	right:0px;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid #333;
}
#navifilme {
	height: auto;
	width: 249px;
	float: left;
}
#filmbox {
	float: right;
	height: 400px;
	width: 550px;
	text-align: center;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.menu {
	text-align: right;
	list-style-type: none;
	height: 58px;
}
.menu li {
	display: inline;
	padding-left: 40px;
}
.menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
.menu li a:hover {
	text-decoration: underline;
}
.menufilme {
	list-style-type: none;
	height: 58px;
	font-weight: bold;
}
.menufilme li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.menufilme li a:hover {
	text-decoration: underline;
}
.menufilme li ul {
	list-style-type: none;
}
.menufilme li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	margin-left: 10px;
}
.clear {
	clear: both;
	height: 20px;
	width: auto;
}

