﻿.style1 {
	font-family: "Century Gothic";
	font-size: x-large;
}
.style5 {	color: #929C9E;
	font-family: "Century Gothic";
}
.style6 {	color: #183A8D;
}
.style7 {	font-family: "Century Gothic";
}
.style8 {	font-size: large;
}

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {

text-align:center;
min-height:490px;/* for good browsers*/
min-width:990px;/* for good browsers*/
}

#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-250px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:490px; width:990px; max-width:990px; min-width:990px;
	margin:0 auto;
}

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 490px;
}
#inner {
width: 990px;
background: #ffffff;
height: 490px;
text-align: center;
margin-left:auto;
margin-right:auto;

}
