root { 
    display: block;
}

* {
    margin:0;
    padding: 0;
    border: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #aaa;
    background: #000 url(../img/bg.png) repeat center center;
    text-align: center;
}

a {
    color: #aaa;
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    color: #fff;
}

h1 {
    margin-bottom: 1em;
}

p {
    margin-bottom: 1em;
}
strong {
    color: #eee;
}

dl dt {
    display: block;
    float: left;
    clear: both;
    margin: 0 15px 30px 0;
}

dl dd {
    margin-bottom: 30px;
}

#wrapper {
    width: 989px;
    margin: 11px auto 0;
    text-align: left;
}

#header {
    height: 139px;
    background: url(../img/header-onas.png);
}

#nav {
    height: 16px;
    background: url(../img/btn.png) repeat-x;
}
#nav ul {
    margin-left: 110px;
}
#nav ul li {
    display: inline;
    list-style-type: none;
}
#nav ul li a {
    display: block;
    float: left;
    width: 110px;
    line-height: 16px;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}


#content {
    height: 588px;
    padding: 45px 110px 0;
    background: url(../img/content-bg.png) no-repeat;
}
#content #logo {
    width: 344px;
    margin: 264px auto;
}

#content #logo a {
}

#content p img {
    float: left;
    clear: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#content h1.title {
    height: 40px;
}

#footer {
    height: 89px;
    background: url(../img/footer-bg.png);
    text-align: center;
}
#footer a {
    font-size: 90%;
    text-transform: lowercase;
}

.home #content {
    background: none;
}

.onas .title {
    text-indent: -9999px;
    background: url(../img/title-onas.png) no-repeat;
}