.main_container {
    margin-top: 30px;
}

.home-page {
    text-align: center;
}

.patients-page {

}

body {
    background-color: #efefef;
}

.image-panel {
    text-align: center;
}

img {
    border: double;
}

#move_up {
    position:fixed; /* фиксированное положение блока*/
    top:8px;
    left:10px;
    width:75px;
    height:30px;
    display:none;
    text-align:center;
    font:14px Arial,Verdana,sans-serif;
    color:#fff;
    background:#3366ff;
    padding-top:5px;
    /*прозрачность*/
    opacity:0.7;
    filter:alpha(opacity=70);
    border-radius: 2px;
    text-decoration:none;
}

#move_up:hover {
    opacity:0.9;
    filter: alpha(opacity=90);
}