* {
    margin: 0;
}

html, body {
    height: 100%;
    background-color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: .85em;
    color: #999999;
}

a, a:visited {
    color: cornflowerblue;
}

a:hover, a:active {
    color: dodgerblue;
}

table#layout {
    width: 100%;
    height: 100%;
}

table#layout td {
    vertical-align: middle;
}

table#layout td#footer {
    height: 20px;
    font-size: 10px;
    text-align: center;
}

div#bwpContent {
    height: 80px;
}

div#bwpLogo {
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    width: 360px;
}

div#square {
    float: left;
    width: 58px;
    height: 58px;
    border: 1px solid #cccccc;
}

label#bwpText {
    float: left;
    margin: 12px 0px 0px 12px;
    color: #cccccc;
    font-size: 22px;
    letter-spacing: 2px;
}

label#bwpText a, label#bwpText a:visited {
    color: #cccccc;
    text-decoration: none;
}

label#bwpText a:hover, label#bwpText a:active {
    color: #aaaaaa;
}


