body,
html {
	margin:0;
	padding:0;
}
body {
	min-width:700px;
}
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:140px;
}

div#header {
	height:140px;
	width:700px;
	margin:0 auto;
}
div#contentwrap {
	padding:150px 0 0 0;
	margin-left:0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
}

div#content {
	width:700px;
	height:10%;
	font: 14px arial;
	margin:0 auto;
}

div#note {
	font: 10px arial;
}


div#footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:40px;
}

div#footer {
	border-top: 1px solid gray;
	text-align: center;
	font-size: 11px;
	height:40px;
	width:700px;
	margin:0 auto;
}
body>div#headerwrap {
	position:fixed;
}
body>div#contentwrap {
	margin-top: -12px;
	margin-left:0;
}
body>div#footerwrap {
	position:fixed;
}