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

body {
	background: #84b5cd url(../images/bg.png) repeat-x top;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 11pt;
}
.minwidthfix {
	display: none;
    font-size: 1px;
	line-height: 0px;
	height: 1px;
	margin-bottom: -1px;
	min-width: 799px;
	width: auto !important;
	width: 799px;    
}
#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/bg_circles.png) no-repeat top center;
	width: 100%;
	min-width: 799px;
}
#inner_main {
	padding-bottom: 75px;
}
#box {
	width: 799px;
	height: 679px;
	margin: auto;
	position: relative;
}
#box_bg {
	font-size: 0px;	
}
#newsletter_outer {
	position: absolute;
	bottom: 2px;
	width: 100%;
}
#newsletter {
	margin: auto;
	width: 267px;
}
#newsletter h2 {
	font-weight: normal;
	font-size: 18pt;
	margin: 0 0 10px 0;
	padding: 0;
}
p#success {
	padding: 3px 10px;
	background: #92FFA5;
	border: 2px solid #009218;
	color: #009218;
	font-weight: bold;
	margin: 0;
	text-align: center;
}	
p#bademail, p#badserver {
	padding: 3px 10px;
	background: #FFA3A1;
	border: 2px solid #D00D00;
	color: #D00D00;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
#feedform form {
	margin: 0;
	padding: 0;
}
#feedform #emailinput {
	width: 160px;
}
#feedform #submitinput {
	margin: 5px 0 0 0;
}
.wb_top {
	background: url(../images/box_c_tl.png) no-repeat;
	_background: url(../images/box_c_tl.gif) no-repeat;
	width: 100%;
	height: 16px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.wb_top_inner {
	margin: 0 16px;
	height: 16px;
	background: url(../images/box_t.png) repeat-x top;
	_background: url(../images/box_t.gif) repeat-x top;
	position: relative;
	z-index: 2;	
}
.wb_top_inner div {
	background: url(../images/box_c_tr.png) no-repeat;
	_background: url(../images/box_c_tr.gif) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	margin-right: -16px;
	_margin-right: -17px;
}
.wb_content {
	background: url(../images/box_bg.png);
	_background: #fff;
	border: 2px solid #ce000f;
	border-top: none;
	border-bottom: none;
	padding: 0 10px;
	height: 100%;
}
.wb_bottom {
	background: url(../images/box_c_bl.png) no-repeat;
	_background: url(../images/box_c_bl.gif) no-repeat;
	height: 16px;
	width: 100%;
	font-size: 0px;
}
.wb_bottom_inner {
	background: url(../images/box_b.png) bottom repeat-x;
	_background: url(../images/box_b.gif) bottom repeat-x;
	margin: 0 16px;
	height: 16px;
	position: relative;
}
.wb_bottom_inner div {
	height: 16px;
	width: 16px;
	position: absolute;
	right: 0;
	margin-right: -16px;
	_margin-right: -17px;
	background: url(../images/box_c_br.png) no-repeat;
	_background: url(../images/box_c_br.gif) no-repeat;
}
#footer {
	position: relative;
	margin-top: -75px;
	_margin-left: -399px;
	_left: 50%;
	height: 75px;
	z-index: 1;
	min-width: 799px;
	_width: 799px;
}
#footer #agilebanner {
	width: 195px;
	height: 75px;
	margin: auto;
	background: url(../images/agilebanner.png) no-repeat;
	.background: none;
}
#footer #agilebanner a {
	display: block;
	height: 100%;
}
	
