@charset "utf-8";
html, body { margin: 0; padding: 0; height: 100%; width: 100%; border:none; }
a:link { color:; text-decoration:none}
a:visited { color:; text-decoration:none}
a:hover { color:; text-decoration:underline}
form { margin:0; padding:0;}

.content_gray {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: c4c4c4;
}
.content_white {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.moviebox_bg {
	background-color: 372f37;
	background-image: url(../images/index_movie_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 4c454c;
	border-right-color: 2e272e;
	border-bottom-color: 292329;
	border-left-color: 453d45;
}
