html {
    height: 100%;
	overflow: hidden;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #3366cc;
    height:100%;
	text-align: center;
	padding:0;
	margin:0;
}
html>body .wrapper {
	height: auto;
}
.homewrapper {
    width:100%;
	height:99.9%;
	min-height:100%;
	margin:auto;
	text-align: center;
	position:relative;
}
a:link , a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #C6DEFF;
}
