/* reset */
*
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
/* general */
body
{
}
#logo
{
    position: absolute;
    width: 304px;
    height: 207px;
    top: 50%;
    left: 50%;
    margin-top: -132px;
    margin-left: -152px;
}
#email
{
    position: absolute;
    width: 121px;
    height: 29px;
    top: 50%;
    left: 50%;
    margin-top: 85px;
    margin-left: -60px;
}