
body, html {
    color: #333333; 
    font-family: Arial, Tahoma, sans-serif;
    background: #d9dad0; 
    text-align: center; /*** Centers the design in old IE versions ***/
}

#MainContainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	background: #d9dad0;
}


#Header {
	width: 980px;
	height: 510px;
	float: left;
	position: relative;
	background: url(/wf_img/header.jpg) top left no-repeat;
}

#Logo {
	float: left;
	position: relative;
	background: url(/wf_img/logo.jpg) top left no-repeat;
	margin-left: 250px;
	margin-top: 25px;
}

#flash {
	float: left;
	position: absolute;
	background: url(/wf_img/flash_bcgr.jpg) top left no-repeat;
	width: 820px;
	height: 338px;
	left: 80px;
	top: 114px;
}
#TNavi {
	width: 820px;
	position: absolute;
	background: url(/wf_img/menu.jpg) top left repeat;
	height: 45px;
	left: 80px;
	top: 470px;
}

#Content {
	width: 820px;
	background: #d9dad0;
	position: relative;
	float: left;
	margin-left: 80px;
	min-height: 600px;
	font-size: 12px;
	text-align: left;
}

#Footer {
	width: 980px;
	height: 69px;
	position: relative;
	float: left;
	background: url(/wf_img/footer.jpg) top left no-repeat;
}

#logowf {
	position: relative;
	float: right;
	margin-top: 13px;
	margin-right: 40px;
}

#wflogo, #wflogo:visited{
	position: absolute;
	right: 15px;
	bottom: 5px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#wflogo:hover{
	color: #0d4e00;
}

#footerBody {
	position: relative;
	float: left;
	width: 600px;
	height: 50px;
	margin-left: 90px;
	margin-top: 12px;
}

#footerBody a {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

#CopyRight {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	float: left;
	left: 25px;
	top: 27px;
}


