/* General structural style declarations  */

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

body .page {
    width: 800px;
    height: 600px;
    margin: 20px auto;
    display: block;
    padding: 0px;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

body .page * {
    margin: 0px;
    padding: 0px;
    overflow: visible;
    text-align: left;
}

body .page * div {
    float: left;
}

.page #content {
    width: 760px;
    height: 570px;
    float: left;
}

.page #footer {
    padding-left: 15px;
    position: relative;
    top: 2px;
}

.page .mailtolink {
    position: relative;
    top: 154px;
    left: 17px;
}

.page .mailtolink a {
    width:127px;
    height: 33px;
    float: left;
}

.page .contactLink {
    float: left;
    width: 46px;
    height: 10px;
}