html,
body {
    width: 100%;
}
a {
    text-decoration: underline;
}
.wrapmain {
    min-height: 100%;
}
.wrapmain .footer-spacer {
    height: 60px;
    clear: both;
}
.wrapper-mid {
    position: relative;
    margin: 0 auto !important;
}
div.clear {
    clear: both;
}
div.left {
    float: left;
}
div.right {
    float: right;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*** HEADER ***/
#header {
    width: 100%;
}
#header .logo {
    background: url('../img/logo.png') center center no-repeat;
}
#header .contacts {
    float: right;
    margin-top: 10px;
}
.logo a {
    display: block;
    width: inherit;
    height: inherit;
}
/*** FOOTER ***/
#footer .copy {
    float: right;
    margin-top: 8px;
}
#footer .copy a {
    text-decoration: none;
}
#footer .contacts {
    position: absolute;
    top: 12px;
    left: 380px;
}
