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


body {
	background-color: #CCC;
	background-image: url(../images/background-middle.jpg);
	margin-top:0px;
}

a {
	text-decoration: none;
	color: #600;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.text_small {
	font-family:"Segoe UI";
	font-size:10px;
	line-height:1.5em;
	color: #666;
	text-align: center;
	margin-left: 10px;
}

.text_body {
	font-family:"Segoe UI";
	font-size:12px;
	line-height:1.5em;
	color: #333;
	text-align: justify;
}

.h1 {
	font-family:"Segoe UI";
	font-size:16px;
	line-height:1.5em;
	color: #333;
	text-align: left;
	font-weight: bold;
}

.header {
	margin:0px auto;
	margin-top:0px;
	width:900px;
	height:150px;
}

.main_wrapper {
	margin:0px auto;
	width:900px;
	height:1900px;
	background-image:url(../images/assets/mid_bg.png);
	background-repeat:repeat-y;
	background-position:top center;
	min-height: 1450px;
}

.main_wrapper_productpages {
	margin:0px auto;
	width:900px;
	height:auto;
	background-image:url(../images/assets/mid_bg.png);
	background-repeat:repeat-y;
	background-position:top center;
	min-height: 1250px;
}
	
.main_poster {
	margin:0px auto;
	width:900px;
	height:1800px;
	background-image:url(../images/assets/mid_bg.png);
	background-repeat:repeat-y;
	background-position:top center;
	min-height: 1500px;
}
	
.top_frame {
	padding: 10px 5px 10px 15px;
	margin:0px auto;
	margin-top:0px;
	width:870px;
	height:400px;
	text-align: left;
	}
	
.middle_frame {
	padding: 10px 10px 10px 15px;
	margin:0px auto;
	margin-top:10px;
	width:870px;
	height:1200px;
	}
	
#left {
	float:left;
	width:600px;
	text-align: left;
	}

#left1 {
	float:left;
	width:560px;
	text-align: left;
	padding: 0px 5px 0px 10px;
	}
#store_section {
	float:left;
	width:555px;
	height:720px;
	text-align: left;
	}
#right {
	float:right;
	width:200px;
	padding-top:0px;
	padding-right:15px;
	text-align: center;
}

.footer {
	width:900px;
	margin:0px auto;
	background-image:url(../images/assets/footer_bg.png);
	background-position:center;
	height:190px;
	padding-bottom:10px;
	text-align: center;
	color: #999;
}

.bottom_ad {
	width:900px;
	margin:0px auto;
	height:90px;
	padding-top:20px;
}
