@CHARSET "UTF-8";


#master-container {
	border: 0px red solid;
	width: 950px;
	background: #ebf3fb url(/img/background-page.png) scroll left top;
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto !important;
    height: 100%;   
	margin: 0 auto -113px; /*to center */
}

#container {
    border: 0px red solid;
	width: 950px;
	/*#F5F9FF;*/
	text-align: left;
	min-height: 100%;
	height: auto !important;
    height: 100%;   
	margin: 0 auto -113px; /*to center */
}

#push-footer {
	height:123px;
}

#header {
	background: #deebf8;/*transparent url('/img/header/bckgd.png');*/
}

#legal {
	font-size: 80%;
	text-align: justify;
}

