html,body,div,img {
	margin:0;
	padding:0;
	border:0;
}
html,body,#wrapper {
	width:100%;
	height:100%;
}
body {
	background:#ffffff;
}
#wrapper {
	display:block;
}
#wrappertop {
	display:block;
	position:absolute;
	z-index:2;
	width:100%;
	min-width:600px;
	height:302px;
}
#topleft {
	display:block;
	width:382px;
	height:302px;
	background:url('../noflash/topbg_left.jpg') no-repeat scroll 0 0;
}
#topright {
	display:block;
	position:absolute;
	left:382px;
	top:0px;
	right:0px;
	height:302px;
	min-width:218px;
	background:url('../noflash/topbg_right.jpg') repeat-x scroll 0 0;
}
#wrapperbottom {	
	display:block;
	position:absolute;
	z-index:1;
	top:0px;
	bottom:0px;
	min-height:559px;
	min-width:600px;
	width:100%;
	background:url('../noflash/bottombg.jpg') repeat-x scroll 0 bottom;
}
#wrappertext {	
	display:block;
	position:absolute;
	z-index:3;
	top:0px;
	bottom:0px;
	min-height:559px;
	min-width:600px;
	width:100%;
	height:100%;
}
#logo {
	width:116px;
	height:56px;
	margin:30px 0 0 40px;
}
#text {
	display:block;
	width:559px;
	height:50px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -279px;
	border:0;
}