/* CSS Document */
body{
	margin:0 auto;
	background-image:url(../images/blue/body_bg.gif);
	background-repeat:repeat-y;
	padding: 0;	
	border: 0;	
	outline: 0;	
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
}

html > body { width:100%; height:100%; }

#head {
	background-color: black;
	/*background-image: url(../images/blue/header_bg.jpg);
	background-repeat: no-repeat;*/
	height: 189px;
	margin-left: 210px;
}

#middle{
	background-image:url(../images/blue/middle_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:23px;
	padding-bottom:28px;
	text-align:left
}