body {
	background-color: #ccc;
}

#page {
	display: block;
	position: absolute;
	width: 760px;
	height: 580px;
	top: 0;
	left: 0;
	color: #FFF;
	font: 10pt/12pt Lucida,Verdana,Helvetica,Sans-Serif;
	background: #000 url(images/html_bg.jpg) no-repeat top left;
}

#nav {
	width: 760px;
	height: 30px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	background-color: #003252;
}

#content {
	width: 760px;
	height: 400px;
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 10;
	border: none;
	background-color: transparent;
}

#footer {
	width: 760px;
	height: 150px;
	display: block;
	position: absolute;
	top: 430px;
	left: 0px;
	z-index: 11;
	border: none;
	background-color: transparent;
}

#demo {
	display: block;
	position: absolute;
	top: 30;
	/* starts out positioned off-screen */
	left: -761;
	width: 760px;
	height: 550px;
	z-index: 15;
	margin: 0;
	border: 0;
	padding: 0;
}

#copyright {
	display: block;
	position: absolute;
	bottom: 1px;
	left: 10px;
	z-index: 101;
	font-size: 60%;
	color: #777;
}

iframe {
	_overflow:hidden;
	background-color: transparent;
	border: none;
}
