body {
 margin: 0px;
 background: #fff url('media/bg.jpg') repeat-x;
 font-size: 12px;
 font-family: Arial, Helvetica, Sans-Serif;
 line-height: 16px;
}

input {
 border: 1px #000 solid;
}
textarea {
 border: 1px #000 solid;
}

#shell {
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 1;
}

#navdvg {
 position: absolute;
 top: 135px;
 left: 328px;
 z-index: 2;
}
#navcompany {
 position: absolute;
 top: 135px;
 left: 514px;
 z-index: 2;
}
#navteam {
 position: absolute;
 top: 135px;
 left: 624px;
 z-index: 2;
}
#navpurchase {
 position: absolute;
 top: 135px;
 left: 614px;
 z-index: 2;
}
#navcontact {
 position: absolute;
 top: 135px;
 left: 711px;
 z-index: 2;
}
#navnews {
 position: absolute;
 top: 135px;
 left: 811px;
 z-index: 2;
}

#featureText {
 position: absolute;
 top: 180px;
 left: 160px;
 width: 180px;
 z-index: 3;
 color: #fff;
}
#featureImage {
 position: absolute;
 top: 180px;
 left: 380px;
 z-index: 3;
}

#newsHomepage {
 position: absolute;
 top: 310px;
 left: 160px;
 width: 170px;
 z-index: 3;
 color: #fff;
 text-align: justify;
}
#newsHomepage a {
 color: #fff;
}

#aboutText {
 position: absolute;
 top: 375px;
 left: 380px;
 width: 460px;
 z-index: 3;
 color: #fff;
 text-align: justify;
}

#content {
 position: absolute;
 top: 185px;
 left: 160px;
 width: 690px;
 height: 290px;
 overflow: auto;
 z-index: 3;
}
#contentBody {
 color: #fff;
 width: 660px;
}
#contentBody a {
 color: #fff;
}

#logoLink {
 position: absolute;
 width: 300px;
 height: 200px;
 top: 0px;
 left: 0px;
 z-index: 4;
}

.homepageHeader {
 font-size: 14px;
 font-weight: bold;
 line-height: 1.5em;
}
.homepageHeader a {
 color: #fff;
 text-decoration: none;
}

.pageHeader {
 font-size: 14px;
 font-weight: bold;
 letter-spacing: 0.4em;
}
