html,body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	text-align: center;
	font-family: arial, san-serif;
	font-size: 14px;
	background-image: url('/graphics/splash/bg-body.gif');
	background-repeat: repeat-x;
}
#outer{
	min-height:100%;
	margin:auto;/* center it*/
	position:relative;
	text-align:center;
}
* html #outer{
	height:100%;
}
#inner{
	width: 915px;
	margin: 0 auto;
	text-align: left;
	padding-top: 61px;
}
#content{
	padding-top: 30px;
	width: 545px;
}
#buttons{
	padding: 25px 45px 0 0;
	
	width: 235px;
	color: #262261;
	float: right;
}
#footer {
	height:107px;
	background-color: #2C3588;
	color: #000;
	margin:-107px auto 0;
	position:relative;
	background-image: url('/graphics/splash/bg-footer.gif');
	background-repeat: repeat-x;
}
#footer-inner{
	padding-top: 10px;
	color: #959593;
	font-size: 12px;
	font-family: verdana, arial, san-serif;
}
#footer-inner a{
	color: #959593;
	text-decoration: underline;
}
#footer-inner a:hover{
	color: #ffffff;
	text-decoration: none;
}
#clearfooter{clear:both;height:107px;width:100%}
h1{
	color: #271B58;
	font-size: 17px;
}
img{border: 0;}