@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: 861px;
	background-image: url(images/b_movgallery02_01.jpg);
}

.mainbody {
	position: relative;
	width: 1000px;
	height: 368px;
	background-image: url(images/b_movgallery02_02.jpg);
}

.buttonlink {
	position: absolute;
	top: 307px;
	left: 40px;
	width: 914px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: center;
}

.buttoncontainer {
	position: absolute;
	width: 400px;
	height: 178px;
	top: 669px;
	left: 151px;
}

.flashcontainer {
	position: absolute;
	width: 720px;
	height: 480px;
	top: 130px;
	left: 161px;
}

.thumbcontainer {
	position: absolute;
	width: 941px;
	height: 255px;
	top: 23px;
	left: 29px;
}

.thumb {
	position: relative;
	width: 150px;
	height: 120px;
	margin: 3px;
	float: left;
}
	
	
