html, body {
	height:100%;
}
body {
	font-family: Tahoma;
	background-attachment: scroll;
	background-image: url(http://poshtovh.org.ua/plug-ing/images/bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	font-size: 11px;
	background-color:#646464;
	width:100%;
	min-width:1000px;
}
#wrap {
	position: relative;
	min-width:1000px;
	max-width: 1000px;
	margin: 0px auto;
	min-height:1000px;
	height:100%;
}
.head {
    background-image:url(http://poshtovh.org.ua/plug-ing/images/head.png);
	background-repeat:no-repeat;
	margin-top:25px;
	padding: 0px;
	height:210px;
}

#content {
vertical-align:top;
position: relative;
top: 0px;
width: 500px;
margin: 0px 244px 0px 244px;
min-height:1100px;
height:1%;
padding: 0px 6px 0px 6px;
}

#leftmenu {
vertical-align:top;
position: absolute;
top: 0px;
left: 0px;
width: 238px;
margin-top: 219px;
padding: 6px;
}


#rightmenu {
position: absolute;
top: 0px;
right: 0px;
width: 238px;
margin-top: 219px;
padding: 6px;
}


#footer {
	position:relative;
	text-align:center;
	margin-top:-15px;
	width:100%;
	color:#333333;
	
}
.footer_blank {
	height:72px;
    background-image:url(http://poshtovh.org.ua/plug-ing/images/footer.png);
	padding-bottom:25px;
}



