body{
	background-color:#99cc99;
	background-image:url(./panorama/img/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0;
	padding:0;
}

#wrapper{
	margin:0;
	padding:0;
	width:840px;
	margin-left:auto;
	margin-right:auto;
}


/*  header  */
#header{
	width:840px;
	height:170px;
	background-color:#88cc88;
	border-style:solid;
	border-color:#003300;
	border-width:1px 1px 0 1px;
}
#title{
	width:420px;
	height:170px;
	background-color:#55cc55;
	background-image:url('./panorama/img/titlebg.jpg');
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}
#title p{
	margin:1px;
	font-size:12pt;
	text-align:center;
}
#title p.menu{
	margin:2px 10px 2px 2px;
	padding:1px;
	font-size:10pt;
	width:50%;
	text-align:center;
	background-color:#ffffff;
	float:right;
}
#navi{
	width:420px;
	height:170px;
	background-color:#55ff55;
	float:left;
}
#navi a:link{
	color:#ffffff;
	text-decoration:none;
}
#navi a:visited{
	color:#ffffff;
	text-decoration:none;
}
#navi a:hover{
	color:#ffffff;
	text-decoration:underline;	
}

#navi table{
	margin:4px auto;
}
#navi td{
	width:130px;
	height:36px;
	color:#ffffff;
	background-color:#339933;
	text-align:center;
	font-weight:bold;
	background-image:url('./panorama/img/menubg.jpg');
	background-repeat:repeat-x;
}

#body{
	width:840px;
	height:470px;
	background-color:#99aa99;
	border-style:solid;
	border-color:#003300;
	border-width:1px 1px 0 1px;
}
#movie{
	margin:20px;
	width:800px;
	height:450px;
	background-color:#ffffff;
}
#footer{
	width:840px;
	height:160px;
	background-color:#ddffdd;
	text-align:center;
	border-style:solid;
	border-color:#003300;
	border-width:1px;
}
#footer h2{
	margin:10px;
	padding:3px;
	height:30px;
	font-size:24px;
	background-color:#669966;
	background-image:url('./panorama/img/footerh2bg.jpg');
	background-repeat:rpeat-x;
	color:#001100;
}

