html, body {height: 100%;}

.wrap {
/*центрируем*/
position: relative;
width: 50%; /*могут быть и пиксели*/
margin: 0px auto ;

/*вытягиваем в высоту*/  
height: auto !important;
height: 100%;
min-height: 100%;

/*украшательства*/  
border-left: 1px solid #69b401;
border-right: 1px solid #69b401;  
}

.contentdiv {padding: 10px;}

#footer {
position: relative;
height: 20px;
margin-top: -21px;
line-height: 20px;
vertical-align: middle;
border-top: 1px solid #e8e9e8;  
width: 100%;
text-align: right;
}

.empty_inner {
height:20px;
}

.popup {
position: absolute;
top: 50%;
left: 50%;
width: 360px;
height: 180px;
margin-left: -180px;
margin-top: -90px;
border: 1px solid #69b401;
padding: 5px;
}
