* {
	margin: 0; padding:0;
}

html {
	height: 100%;
}
#pagesize {
	width: 980px;
	margin: 0 auto;
	text-align: center;
        overflow: hidden;
}

#container {
	text-align: left;
	margin: 0 3px 0 3px;
}

#header { 
	margin: 0;
	padding: 0;
	height: 84px; 
}

#block_1_wrapper
	{
	float: left;
	width: 100%;

	}
#block_1
	{
	margin: 0 200px 0 200px;
	
	}
#block_2
	{
	float: left;
	margin-left: -100%;
	width: 200px;
	}
#block_3
	{
	float: right;
	margin-left: -100%;
	width: 200px;
	}
#footer {
	width: 100%;
	background: #007856;
	color: #fff;
	text-align: center;
	height: 22px;
        margin:0 0 0 2px;
}

#footer p {
	line-height: 20px;
        
}
/*--------------------------------------------------------
Easy Clearing
---------------------------------------------------------*/
#container:after, .clearfix:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.clr {
	line-height: 0;
	clear: both;
}

.panorama_button {
	padding: 0;
	margin: 0;
	color: #007856;
	border: 0;
	background-color: white;
	cursor: pointer;
	text-decoration: underline;
}


