body{
	background-color:#000;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0 auto;
}
h1 {font-family:Arial, sans-serif;font-size:18px;font-weight:bold;margin-bottom:20px;}
h2 {font-family:Arial, sans-serif;font-size:16px;font-weight:bold;}
#logo_container{
	width:100%;
	max-height:1100px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#logo{
	background-image:url(../images/white_bg.png);
	height:200px;
	width:100%;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	position:relative;
	top:25%;
	z-index:999;
}
#logo_img{
	z-index:999;
}
img{
	border:0;
	margin:0 auto;
}
#head_navi{
	z-index:100;
	position:absolute;
	top:10px;
	left:10px;
	font-family:Arial;
	font-size:14px;
	color:#fff;
}
#text_container{
	position:absolute;
	top:0;
	left:0;
	text-align:justify;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#fff;
	background-color:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
	width:650px;
	height:1100px;
}
#text_container div {
	padding:100px 20px 0 45px;
}
#text_container_imp{
	position:absolute;
	top:0;
	left:0;
	text-align:justify;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#fff;
	background-color:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
	width:650px;
	height:1600px;
}
#text_container_imp div {
	padding:100px 20px 0 45px;
}
#text_container_full{
	position:absolute;
	top:0;
	left:0;
	text-align:justify;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#fff;
	background-color:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
	width:100%;
	max-height:1400px;
	height:1200px;
}
#text_container_full div {
	padding:100px 10px 0 45px;
}

#footer{
	z-index:110;
	position:fixed;
	bottom:0px;
	left:0px;
	height:75px;
	width:100%;
	background-color:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#logo_table{
	width:900px;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#e7282f;
}
#partner_table{
	width:600px;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#e7282f;
}
table{
	border:0;
	width:100%;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
tr,td{
	vertical-align:middle;
	text-align:center;
	padding-top:15px;
}
a:active {COLOR: #ffffff; TEXT-DECORATION: none}
a:link {COLOR: #ffffff; TEXT-DECORATION: none}
a:visited {COLOR: #ffffff; TEXT-DECORATION: none}
a:hover {COLOR: #e7282f; TEXT-DECORATION: none}

a.onpage:active {COLOR: #e7282f; TEXT-DECORATION: none}
a.onpage:link {COLOR: #e7282f; TEXT-DECORATION: none}
a.onpage:visited {COLOR: #e7282f; TEXT-DECORATION: none}
a.onpage:hover {COLOR: #e7282f; TEXT-DECORATION: none}

input{
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
	padding:10px;
	font-size:14px;
	color:#000;
}
textarea{
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
	padding:10px;
	font-size:14px;
	color:#000;
	width:265px;
	height:50px;
	 resize:none;
}
.select{
	height:40px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
	padding:10px;
	font-size:14px;
	color:#000;
}
.select_2{
	height:40px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
	padding:10px;
	font-size:14px;
	color:#000;
	width:285px;
	
}
.btn {
  display: inline-block;
  width:290px;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 16px;
  font-weight:bold;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  cursor: pointer;
  background-color: #737373;
  *background-color: #737373;
  background-image: -moz-linear-gradient(top, #414142, #737373);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414142), to(#737373));
  background-image: -webkit-linear-gradient(top, #414142, #737373);
  background-image: -o-linear-gradient(top, #414142, #737373);
  background-image: linear-gradient(to bottom, #414142, #737373);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #737373 #737373 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414142', endColorstr='#ff737373', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #b81223;
}
#press_btn1{
	position:fixed;
	z-index:999;
	top:170px;
	left:0;
	width:50px;
	height:130px;
}
#press_btn2{
	position:fixed;
	z-index:999;
	top:310px;
	left:0;
	width:50px;
	height:130px;
}