﻿body {
    background: #fff url(../images/background-pattern.jpg) no-repeat scroll center top;
    font-family: 'Segoe UI', Arial, Verdana, Helvetica, sans-serif; 
    padding: 0;
    margin: 0;
}

p strong, p a {
    font-size: 15px;
}

p {
    font-size: 14px;
    color: #363636;
    margin-bottom: 1em;
}

a, a:visited {
    color: #ff5e24;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #ff8749;
    text-decoration: underline;
}

#container {
    margin: 0 auto;
    width: 771px;
}

#header {
    background: transparent url(../images/background-top.png) no-repeat scroll center bottom;
    height: 54px;
    padding: 0 60px;
}

#content {
    background: transparent url(../images/background.png) repeat-y scroll center center;
    padding: 206px 60px 1.5em;
}

#footer {
    background: transparent url(../images/background-bottom.png) no-repeat scroll center top;
    height: 43px;   /* 71px total height - 28px top padding */
    padding: 28px 60px 0;
    text-align: right;
}

#footer a, #footer a:visited {
    color: #999;
    font-size: 11px;
    line-height: 1.2em;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer li {
    border-right: 1px solid #999;
    color: #999;
    display: inline;
    font-size: 11px;
    line-height: 1.2em;
    margin-left: 7px;
    padding-right: 8px;
    text-decoration: none;
}

#footer li#copyright {
    border-right: none;
    padding-right: 93px;
    background: transparent url(../images/microsoft-logo.png) no-repeat scroll right bottom;
}
