html, body {
    height:100%;
    margin:0 0;
    padding:0 0;
}

body {
    background-image: url('../Content/watermark.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}

div.container {
    height:100%;
    width:328px;
    margin:0 auto;
}

div.logo {
    position: absolute;
    top:50%;
    margin-top:-150px;
    width:328px;
    height:150px;
    background-image: url('../Content/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

div.address {
    position: absolute;
    top:50%;
    width:328px;
    height:90px;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    color: #5d5683;
}

a, a:link, a:hover, a:active, a:active:hover {
    color: #5d5683;
    text-decoration: none !important;    
}