@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	margin:0px;
	padding:0px;
	margin-left:50%;
}

img {
	border:0px;
}

#wrapper {
	margin-left:-475px;
	width:950px;
	height:660px;
}

#movietop {
	position:absolute;
	top:0px;
	z-index:1;
	background-image: url(../images/background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 660px;
	width: 950px;
}

#movie {
	position:absolute;
	top:0px;
	z-index:0;
	width:950px;
	height:60px;
}

#mail {
	float:left;
	margin-left:491px;
	margin-top:139px;
}

#title {
	text-align:center;
	width:165px;
	float:right;
	margin-top:113px;
	margin-right:160px;
}

#selectshop{
	clear: both;
	margin-left:2px;
	margin-top:68px;
}

#selectbanner{
	margin-top:3px;
	margin-left:2px;
}

#movietopimg {
	position:absolute;
	z-index:3;
	width:950px;
	height:60px;
	top:0px;
	margin-left:50%;
	left:-475px;
}