html, body, iframe {
	height: 100%; 
}
html, body {
	overflow:hidden;;
}
body {
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #fff;
}
#head, #foot, #content, iframe {
	position: absolute;
	width: 100%;
	left: 0;
}
#content {
	top: 30px;
	bottom: 30px;
}
iframe {
	border: 0 none;
	overflow: auto;
}
#head {
	top: 0;
	padding: 2px 0 0 3px;
	height: 40px;
	min-width: 100%;
	background-image: url('../images/siteframe/bg.png');
	background-repeat: repeat-x;
}
#head p {
	position: absolute;
	display: block;
	bottom: 5px;
	right: 10px;
	color: #FFBF00;
}
#head p a,#head p a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#head p a:active,#head p a:hover {
	border-bottom: 1px solid #FFBF00;
}
#foot {
	bottom: 0;
	padding: 0px 0 0 3px;
	height: 30px;
	background-image: url('../images/siteframe/bg.png');
	background-repeat: repeat-x;
}
#foot p {
	position: relative;
	display: block;
	bottom: 3px;
	left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFBF00;
	font-size:10px;
	font-weight: bold;
}
#foot p a,#foot p a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
}
#foot p a:active,#foot p a:hover {
	color: #FFBF00;
}

