﻿body {
    font-family: Tahoma;
}

#centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -250px;
}

