@charset "utf-8";
/* CSS Document */

<!--
* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
	background-color: #adc631;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 468px;
	background-color: ;
} 
#inner {
width: 900px;
height: 668px;
text-align: center;
margin-left:auto;
margin-right:auto;
border:1px solid #000;
background-color:#FFF;
}
#holder1 {
	float:left;
	width:895px;
}
#holder2 {
	float:left;
	width:895px;
	height:auto;
	padding-top:20px;
}
#holder3 {
	float:left;
	width:895px;
	height:auto;
}

#apDiv1 {
	float:left;
	width:895px;
	height:180px;
	z-index:1;
}
#apDiv2 {
	float:left;
	width:895px;
	height:110px;
	z-index:1;
	top: 240px;
}

#apDiv3 {
	float:left;
	width:500px;
	height: auto;
	z-index:1;
	top: 240px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-top:50px;
	padding-left:5px;
}
#holder4 {
	float:left;
	width:895px;
	height:auto;
}
#apDiv4 {
	float:left;
	width:20px;
	height:auto;
	z-index:1;
	padding-top:15px;
	
}
#apDiv4 a{
	text-decoration:none;
	color:#CCC;
}
#apDiv5 {
	float:right;
	width:213px;
	height: auto;
	z-index:1;
}
#apDiv6 {
float:left;
	width:200px;
	height: auto;
	z-index:1;
	text-align:left;
}
-->