@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
#index_container
{
width: 100%;
margin: 0 auto;
text-align:center;
/*min-height: 1000px;*/
}
#index_container img
{
alignment-adjust:central;
margin:0 auto;
width:100%;
max-height:768px;
max-width:853px;
}
body {
   background:black;
   /*background: url("images/index_temp.jpg") no-repeat scroll 50% 0 #000000;*/
   margin: 0px;
   height:100%;
  }
.box {
	height:150px;
	width:150px;
	float:left;
	margin: 2% 2% 2% 20%;
}
#box01 {
	background: url("images/partner/01.png");
	background-position:top;
}
#box02 {
	background: url("images/partner/02.png");
	background-position:top;
}
#box03 {
	background: url("images/partner/03.png");
	background-position:top;
}
#box04 {
	background: url("images/partner/04.png");
	background-position:top;
}
#box05 {
	background: url("images/partner/05.png");
	background-position:top;
}
#box06 {
	background: url("images/partner/06.png");
	background-position:top;
}
#box07 {
	background: url("images/partner/07.png");
	background-position:top;
}
#box08 {
	background: url("images/partner/08.png");
	background-position:top;
}
#box09 {
	background: url("images/partner/09.png");
	background-position:top;
}
#box00 {
	background: url("images/partner/00.png");
	background-position:top;
}
#box01:hover, #box02:hover, #box03:hover, #box04:hover, #box05:hover, #box06:hover, #box07:hover, #box08:hover, #box09:hover, #box00:hover {
	background-position:bottom;
}
#footer p {
	margin:0;
	padding:15px;
	 background-color:#666;
     color:black;
	 font-size:12px;
}
#footer span {
    font-size:20px;
	color:#333;
}
#footer, #push {
    height: 50px; 
    clear: both;
	text-align:center;
	font-family: Trebuchet MS;
}