html, body {
/*  background-image:url(images/page_background.jpg);
	background-repeat:repeat-x;
	background-color:#9FA9B3;*/
	background-color:#003344;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
#container {
	width:100%;
	height:100%;
}
#container td {
  vertical-align:middle;
}
#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
    width:800px;
	height:530px;
/*	background-color:#FFFFFF;*/
/*    background-image:url(images/back_white.png);*/
}
div#crop {
	position:relative;
	margin-left:auto;
	margin-right:auto;
    width:800px;
	height:530px;
	overflow:hidden;
}
div#left {
	position:absolute;
	top:-15px;
	left:0px;
    width:255px;
	height:530px;
	overflow:hidden;
}
div#middle {
	position:absolute;
	top:-15px;
	left:255px;
    width:340px;
	height:530px;
	overflow:hidden;
}
div#right {
	position:absolute;
	top:-15px;
	left:595px;
    width:205px;
	height:530px;
	overflow:hidden;
}
#right img {
	position:absolute;
	top:0px;
	left:0px;
}