﻿/* stylesheat */
 
BODY 
{ 
	margin: 0px;
	padding: 0px;
	background-color:#CDF8FE;
} 

html, body {
height: 100%;
width: 100%;
}


#root_site
{
width: 10px;
height: 50%;
margin-bottom: -290px;
float: left;
}

#content
{
width: 990px;
clear: left;
position: relative;
height: 585px;
margin:0 auto;
}

