html, body{
	height: 100%;
}

body{
	font-family: Helvetica, Arial, sans-serif; 
	color: #000000;
	font-size: 62.5%;
	background-color: #ffffff;
	text-align:center;
	margin: 0 0 0 0;
}

.outercenter{
	width: 565px;
	height:100%;
	margin-left: auto ;
  	margin-right: auto ;
}
.outer{
	width:565px;
	height:100%;
	background-image: url('retro3.png');
	margin-bottom: 0px;
}

.inner{
	width: 565px;
	padding-top: 30px;
	background-color: #ffffff;
}

a img{
	border:none;
}