@charset "utf-8";
/* CSS Document */
p {
	margin:0;
	padding:0;
}

body {
	background-color:#161616;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	text-align:left;
	font-size:14px;
	line-height:20px;
	color:#c6c6c6;
}

#topContainer {
	background-image:url(images/bg_01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	height:1606px;
}

#bottomContainer {
	background-image:url(images/bg_02.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	height:1306px;
}


#bg_01 {
	background-image:url(images/bg_01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height:1606px;
	position:relative;
	
}

#bg_02 {
	background-image:url(images/bg_02.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height:1306px;
	position:relative;
}

#bg_03 {
	background-image:url(images/bg_03.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height:682px;
}

#footer {
	background-image:url(images/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	height:240px;
}

#footer_2 {
	background-image:url(images/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height:240px;
}

#videoContainer {
	position:absolute;
	left:25px;
	top:393px;
}

#home {
	position:absolute;
	left:225px;
	top:0px;
}

#director {
	position:absolute;
	left:74px;
	top:231px;
}

#saxxy {
	position:absolute;
	left:493px;
	top:230px;
}

#content_01 {
	position:absolute;
	left:280px;
	top:1215px;
	width:500px;
}

#content_02 {
	position:absolute;
	left:280px;
	top:1486px;
	width:500px;
}

#achieve_01 {
	position:absolute;
	left:102px;
	top:96px;
	width:290px;	
}

#achieve_02 {
	position:absolute;
	left:102px;
	top:170px;
	width:290px;	
}

#achieve_03 {
	position:absolute;
	left:102px;
	top:244px;
	width:290px;	
}

#achieve_04 {
	position:absolute;
	left:102px;
	top:318px;
	width:290px;	
}

#achieve_05 {
	position:absolute;
	left:496px;
	top:96px;
	width:290px;	
}

#achieve_06 {
	position:absolute;
	left:496px;
	top:170px;
	width:290px;	
}

#achieve_07 {
	position:absolute;
	left:496px;
	top:244px;
	width:290px;	
}

#achieve_08 {
	position:absolute;
	left:496px;
	top:318px;
	width:290px;	
}

#faq {
	padding-top:20px;
	padding-bottom:20px;
	margin-right:auto;
	margin-left:auto;
	width:756px;
	font-size:16px;
	line-height:24px;
}

.question {
	font-weight:bold;
}

.answer {
	color:#898989;
}

a {
	font-weight:bold;
	color:#b33529;
	font-size:16px;
	text-decoration:none;
}

a:hover {
	color:#ec4a2e;
	text-decoration:underline;
}

