@charset "UTF-8";

a:link {
	color: #C6F;
	text-decoration: none;
}
a:visited {
	color: #C09;
	text-decoration: none;
}

.movie {
	background-image: url(images/movie_base.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 515px;
	width: 820px;
}
/* CSS Document */


body {
	font-size: 14px;
	line-height: 24px;
	background-attachment: fixed;
	background-image: url(images/base01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	background-color: #000;
}
a:hover {
	color: #FCF;
	text-decoration: none;
}
.link_base {
	background-attachment: scroll;
	background-image: url(images/link_base02.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.pngfix {
}
.btn {
}
