/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #ff3300;
}

#wrapper {
	
	text-align: center;
	height: 400px;
	width: 500px;

	position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -200px; /* make this half your image/element height */
    margin-left: -250px; /* make this half your image/element width */
	
	
}

#wrapper1 {
	text-align: center;
	height: 100px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -50px; /* make this half your image/element height */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #ff66ff;
	font-weight: normal;
    
	
	
}
#center {
	text-align: center;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 8px;
}




#footer{
	position:absolute;
	width:100%;
	bottom:0;
	clear:both;
	text-align:center;
	color:#BB2500;
	background-color: #FF3E0D;
}
#footer a {
color:#BB2500;
}
#top {
	text-align: right;
}
#info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff66ff;
	font-weight: normal;
	padding-left: 10px;
}
