body.display {
	background:#0000aa;
	}
table.first {
	position:fixed;
	z-index:1;
	top:0px;
	width:1000px;
	height:700px;
	
	border:1px none green;
	}

table.second {
	position:fixed;
	z-index:2;
	width:1000px;
	height:700px;
	border:1px none green;
	}

table.third {
	position:fixed;
	z-index:3;
	width:1000px;
	height:700px;
	
	}

img.template {
	width:1000px;
	height:700px;
	}
	
iframe {
	position:relative;
	left:90px;
	top:70px;
	z-index:3;
	
	width:600px;
	height:300px;
	border:none;
	}
	
ul.menu
{
/*float:left;*/
position:relative;
top:0px;
left:90px;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a.menu
{
float:left;
position:relative;
top:85px;
width:85px;
text-decoration:none;
color:white;
background-color:#0000aa;
padding:0.2em 0.6em;
font-size:80%;
}
a.menu:hover {background-color:#ff5500}
li {display:inline}
