body {
    margin: 0;
    color: #404040;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}
#masthead {
    height: 99px;
    background: url('/images/bg_outer.png') repeat-x scroll 0 0 black;
    overflow: visible;
    width: 100%;
}
.container {
    width: 980px;
    position: relative;
    margin: 0 auto;
}
.main {
    width: 900px;
    margin-top: 60px;
}
.intro {
    font-size: 20px;
}
a {
    color: #404040;
    text-decoration: none;
}
a:hover span {
    text-decoration: underline;
}
.brand {
    margin-bottom: 40px;
    display: inline-block;
}
.brand img {
    vertical-align: top;
}
.brand-text {
    vertical-align: top;
    display: inline-block;
    width: 650px;
    margin-left: 20px;
}
.slogan {
    font-size: 24px;
}
