body{
	margin:0 100px;
	padding:0 100px 0 90px ;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#112c4d;
}
#container{
	background-color:#fff;
	float:left;
	width:100%;	
	border-left:180px solid #d7d7d7; /* The width and color of the left rail */
	border-right:190px solid #d7d7d7; /* The width and color of the right rail */
	margin-left:-180px;
	margin-right:-190px;
	display:inline; /* So IE plays nice */
}
#rightRail{
	float:right;
	width:190px;
	margin-right:-190px;
	position:relative;
}
#center{
	float:left;
	width:100%;
	margin-right:-100%;
}
#header, #footer{
	margin-right:-190px;
}