/* CSS Document for start page */

body, html { 
 
background-color:#FFF;
margin: 0px;
height: 100%;
}

#root{
margin-top: -332px; /* half of the height */
margin-left: -443px; /* half of the width */
display: block;
position:absolute;
left: 50%;
top: 50%;
width: 886px;
height: 664px;
}

#outer{
	position:absolute;
	overflow: visible;
	display: block;
/*	top: 1px;*/
/*width: 100%;*/
/*height: 100%;*/
/*margin: 0;*/
/*text-align: center;*/
}

