body, html
{
    background-color: #fff;
    margin:0; padding:0;
	height:100%;
	font-family:Verdana;
	font-size:8pt;
}

#floater
{
    float:left;
    height: 50%;
    margin-bottom: -120px;
}
#wrapper
{
    clear: both;
    height: 240px;
    position: relative;
    width:100%;
    text-align:center;
}

#content
{
    margin-left:auto;
    margin-right:auto;
    width:220px;
    text-align:right;
}
