body{
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url(../imgs/web/bg.gif);
}
#wrap{
	width: 778px;/* 750 */
	margin: 0 auto;
	overflow: hidden;
}
#header{
	background: #E8E8E8;
	text-align: left;
	line-height: 150%;
	font-size: 12px;
}
#sideleft{
	width: 578px;/* 580*/
	float: left;	
	background: #EEE;
	text-align: left;
}
#sideright{
	width: 200px;/*170*/
	float: left;
	background: #F6F6F6;
	text-align: left;
}
/* easy clearing */
#wrap:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrap
	{
	display: inline-block;
	}
/*\*/
#wrap
	{
	display: block;
	}
/* end easy clearing */
/*\*/
#sideleft, #sideright
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
#sideleft, #sideright
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#sideleft:before, #sideright:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}
/**/
#footer{
	background: #E8E8E8;
	width: 100%;
	float: left;
}

#wztitle{
	padding:10px;
	margin:10px;
	width: 500px;
	text-align: center;
	font-size:14px;
}
#wzcontent{
	padding:10px;
	margin: 0px 10px 0px 10px;
	width: 535px;
	text-align: left;
	line-height:180%;
	font-size:14px;
	background-color:#FFF;
}


/* 
h1,h2,address,p{
	margin: 0;
	padding: .8em;
}
h1,h2{font-size: 20px;}

*/