@charset "utf-8";
/* CSS Document 

10px = 77%	   11px = 85%	  12px = 93%	  13px = 100%
14px = 108%	   15px = 116%	  16px = 123.1%   17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%   21px = 161.6%
22px = 167%	   23px = 174%	  24px = 182%	  25px = 189%
26px = 197%    39px = 300%

base font-size:13px;
*/

/*----------------  all  -------------------*/
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	background-color: #000;
	color:#fff;
	font-family: "新細明體", Tahoma, "trebuchet ms", arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif,;
	line-height:138.5%;
	font-size: 12px;
	padding:0;
	margin:0;
}
body {
	background:url(../images/smtown_background.jpg) repeat-x top center;
}
/*----------------  character  -------------------*/
h1 {
	font-size:14px;
}
h2 {
	font-size:16px;
	color:#bf92ff;
}
a:link {
	color:#FF0;
	text-decoration: underline;
}
a:visited {
	color:#06C;
}
a:hover {
	text-decoration: none;
	color:#FF0;
}
a:active {
	text-decoration: underline;
	color:#FF0;
}
.small {
	font-size:11px;
}
.pink {
	color:#fe69ef;
}
.light_pruple {
	color:#904eee;
}

/*----------------  base  -------------------*/
#wrapper {
	position:relative;
	width:100%;
	min-width:1024px;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}
#contents {
	width:100%;
}
.inner {
	width:960px;
	margin:0 auto;
}
/*----------------  top  -------------------*/
#top {
	position:relative;
	background:url(../images/smtown_topBg.jpg) no-repeat center 36px;
	height:auto;
	padding:0;
	margin:0 auto;
}
#header {
	padding:0;
	margin:0;
}
#banner {
	position:absolute;
	top:137px;
	left:744px;
}
#btn-container {
	width:960px;
	height:151px;
	padding:115px 0 340px 0;
}
#teaser_60s {
	padding:0px;
	margin:0 0 0 44px;
	float:left;
}
#teaser_15s {
	padding:0px;
	margin:0 27px 0 0;
	float:right;
}
#movieInfo {
	background:url(../images/smtown_movie_info.jpg) no-repeat;
	width:960px;
	height:245px;
}
#btn_vscinemas {
	padding:170px 0 0 117px;
	margin:0;
	float:left;
}
#btn_miramarcinemas {
	padding:0px;
	padding:170px 0 0 21px;
	float:left;
}
#movieIntro {
	padding:0;
	background:url(../images/smtown_movie_intro.jpg) no-repeat;
	width:960px;
	height:520px;
}
#movieIntro h1 {
	padding:28px 0 0 119px;
}
#movieIntro p {
	width:737px;
	padding:28px 0 0 119px;	
}
#movieTimes {
	padding:0;
	background:url(../images/smtown_movie_times.jpg) no-repeat;
	width:960px;
	height:239px;
}
#movieGallery {}
/*----------------  footer  -------------------*/
#footer {
	height:130px;
	padding:0;
	margin:0;
	background:url(../images/footer_img.jpg) no-repeat bottom center;
}
#copyright {
	padding: 10px 0 0;
}
