@charset "utf-8";
/* CSS Document */


div#global {
	min-height: 100%;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	background-color:#FFF;
	filter: alpha(opacity=80);					/* second! */
	opacity: 0.80;	
	width:750px;
	}
div#center {
	overflow: auto; 
	padding-bottom: 50px; 
	}
div#footer {
	position: absolute;
	bottom: 0;
	left: 10px;
	}
	
div#content {
	float: left;
	width: 530px;
	}

div#content2 {
	float: left;
	width: 540px;
	}
div#sidebar {
	float: right;
	width: 200px;
	text-align: center;
	}
div#gmap {
	float: center;
	width: 730px;
	}
div#video {
	filter: alpha(opacity=100);					/* second! */
	opacity: 1.00;
	position: relative;
	width:540px;
	z-index:150;

	}