@charset "utf-8";
* {margin:0; padding:0;}

li 
{
list-style: none;
position: relative;
float: left;
}

ul 
{
list-style: none;
float: left;
}

a {
   outline: none;
   color: #FFF;
}

/* --------- base -------- */

body {
	background-color: #dedede;
	background-position: center top;
}

.container {
	width: 1000px;
	height: 100%;
	position: relative;
	margin:0 auto;
}

.header {
	position: relative;
	width: 1000px;
	height: 456px;
	background-image: url(images/b_movgallery01_01.jpg);
}

.mainbody {
	position: relative;
	width: 1000px;
	height: 766px;
	background-color: #000;
	background-image: url(images/b_movgallery01_02.jpg);
}

.slogan {
	position: relative;
	width: 1000px;
	height: 173px;
	background-image: url(images/b_movgallery01_03.jpg);
}

.bottombutton {
	position: relative;
	width: 1000px;
	height: 105px;
}

.buttoncontainer {
	position: absolute;
	width: 712px;
	height: 86px;
	top: 359px;
	left: 141px;
}

.flashcontainer {
	position: absolute;
	width: 720px;
	height: 480px;
	top: 7px;
	left: 247px;
	border: 1px solid #666666;
}

.thumbcontainer {
	position: absolute;
	width: 941px;
	height: 255px;
	top: 497px;
	left: 28px;
}

.thumb {
	position: relative;
	width: 150px;
	height: 120px;
	margin: 3px;
	float: left;
}
	
	
