@charset "utf-8";
body {
	background-color: #3D5473;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	overflow:hidden;
	}
#container {
	width: 100%;  /* this will create a container 100% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: left on the body element. */
	} 

