html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background-image:url(../img/road_bg_1600.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-color: #162847;
	}

#centerwrap {
	background-color:#E6E6E6;
	width:790px;
	height:570px;
	margin:10px auto;
	position:relative;
}
	
#content {
	background-color:#FFF;
	position:absolute;
	top:10px;
	left:10px;
	height:550px;
	width:770px;
	padding:0 0 0 0;
	overflow:hidden;
}

/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap {
	position:absolute;
	margin:-300px 0 0 -395px;
	left:50%;
	top:50%;
	overflow: hidden;
}