﻿* {
    margin:0;
    padding:0
}
html,body
{
    height:100%;
}
body {
	padding:0 0 0 0;
	
	background-color:#5F5F5F;
	color:#000066;
	font-size:12px;
	text-align:center;
}
#layout{
	width:auto;
	height:auto;
	margin:0px auto;	
}
#container{
	width:auto;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	text-align:center;
}