#container {
	position:absolute;
	width: 960px;
	margin-left: -480px;
	left: 50%;
	top: 5px;
	background: #e3e3ff;
}

#header{
	position:absolute;
	left: 0px;
	top: 0px;
	border: solid #aaa;
	border-width: 1px 1px 0 1px;
	background-image:url(../images/guicolandia_01.jpg);
	background-color: #e3e3cc;
	width:960px;
	height: 200px;
	
}

#header_title{
	position: relative;
	width: 300px;
	margin-left: -150px;
	left: 50%;
	top: 65px;
	font: 40px  bold "Verdana" , sans-serif;
	color:#444abb;
	text-align: center;
	
	}

#content_box {
	position:absolute;
	width: 960px;
	left: 0px;
	top: 200px;
	border: solid #aaa;
	border-width: 0 1px 1px 1px;
	}

iframe {
	width: 960px;
	height: 655px;
	
}

#menu_box{
	position: absolute;
	top:181px;
	left: 644px;
	width: 280px;
	height: 20px;
	z-index: 3;
	}



