﻿html
{
    height: 100%;
}

body 
{
    height: 100%;
    background-color: #ffffff;
}

#wrapper
{
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: center; /* center page in IE */
}

#page
{
	margin: 0 auto;
	position: relative;
	width: 885px;
	text-align: left;
}


#logo
{
    background: url('../img/firstrealize_logo.png') no-repeat scroll 0 0 transparent;
	width: 885px;
	height: 248px;
	float: left;
}
