body {
	background-image: url(../images/bg_stretch.gif);
	background-repeat: repeat-x;
	margin:0px;
}

html,body {
	margin: 0;
	padding: 0;
	height:100%;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	height: 675px;
}

div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 675px;
	background:url(../images/floaterLeft.png) no-repeat;

	/*IE windows hack*/
	-background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/floaterLeft.png', sizingMethod='scale');
}

div.right {
	position: absolute;
	top: 0px;
	left: 780px;
	width: 15px;
	height: 675px;
	background:url(../images/floaterRight.png) no-repeat;
	
	/*IE windows hack*/
	-background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/floaterRight.png', sizingMethod='scale');
}
div.logo{
	position:absolute;
	top:21px;
	width:100%;
	text-align:center;
	left: -2px;
	height: 81px;
	}
div.flash{
	position:absolute;
	top:98px;
	width:100%;
	text-align:center;
	height: 516px;
	}

div.req{
	position:absolute;
	top:614px;
	text-align:center;
	width:100%;
	font-size:10px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	left: -1px;
	height: 23px;
	}
div.req a:link, div.req a:visited{
	font-size:10px;
	color:#00CCFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
div.req a:hover{
	color:#0099FF;
	}

div.main {
	position: absolute;
	top: -1px;
	left: 15px;
	width: 765px;
	height: 675px;
	background:url(../images/floater_stretch.png) repeat-x;
		/*IE windows hack*/
	-background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/floater_stretch.png', sizingMethod='scale');
}
