html, body {
    min-height: 100%;
    width: 100%;
    height: 100%;
	margin: 0;
    padding:0;
}
html>body #wrapper{ height: auto; }

body
{
	margin:				0;
  	padding:			0;
	text-align:			center;
}

#wrapper
{
	top: 				0px;
	margin: 			0px auto;
	text-align: 		left;
	width: 				950px;
	height: 			auto;
}

a
{
    text-decoration:	none;
    color:				#99a7b4;
    font-family:		verdana;
    font-size:			9px;
}