@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(pic/BG.png);
	background-repeat: repeat;
}
#background {
	height: 650px;
	width: 905px;
	color: #FFFFFF;
	background-color: #1E1E1E;
	margin-right: auto;
	margin-left: auto;
}

#index, #sidebar {
	float: left;
	height: 620px;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
}
#index {
	width: 675px;
	font-size: 12px;
}
#header #movie {
	height: 100px;
	display: inline;
	float: left;
}

#sidebar {
	width: 200px;
}
#footer {
	height: 15px;
	float: left;
	width: 880px;
	margin-left: 10px;
	display: inline;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}

#header {
	height: 100px;
	width: 905px;
	margin-right: auto;
	margin-left: auto;
}

.menu_button {
	float: right;
	height: 25px;
	margin-right: 5px;
	margin-top: 75px;
	display: inline;
}
a{color:#999999;}
#background #index iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
