body, html {
    background:cyan;
    height:100%;
}
#current {
    top:25%;
    border:5px solid red;
    margin: auto;
    width:50%;
    height:50%;
    background:yellow;
    color:green;
}