* {
	margin: 0;
}

html, body {
height: 100%;
background-color: #fff;
font-family: Arial;
}



#entrance #content {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -410px; 
}



#picle, .picspush {
text-align: center;
font-size: 12px;
height: 360px;

}


#menu, .menupush {
text-align: center;
height: 30px;

}

#menu a {text-decoration: none; color: #7FA9BB ;}
#footer, .footpush {
text-align: center;
font-size: 12px;
height: 20px;
}

#picle {background-color: #fff; overflow: scroll; overflow-y:hidden;  padding 5px; border: 1px solid #c0c0c0;}
#picle img {float: left; margin: 5px; border: 1px solid #000;}
#footer { background-color: #7FA9BB; }

