html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, dl, dd, dt, form, label, input  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}
html {
    height: 100%;
}
:focus {
    outline: 0;
}
ul, ol {
    list-style: none;
}
body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #999;
    height: 100%;
    background: #000;
    line-height: 1;
}
img {
    border: 0;
}
a:link, a:visited {
    outline: none;
    text-decoration: underline;
    color: #999;
}
a:hover, a:active {
    text-decoration: none;
}
.clear {
    clear: both;
    font-size: 0.3pt;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
#container {
    height: 100%;
    min-height: 570px;
    min-width: 980px;
    position: relative;
}
#main {
    height: 570px;
    width: 980px;
    margin: -285px 0 0 -490px;
    position: absolute;
    top: 50%;
    left: 50%;
}
#content {
    position: relative;
    z-index: 2;
    height: 570px;
    width: 254px;
    background: #2e2d2f url(images/bg.jpg) 0 0 no-repeat;
}
#image {
    position: absolute;
    top: 0;
    left: 254px;
}
#logo {
    text-align: center;
    margin: 151px 0 22px;
}
#slogan {
    text-align: center;
}
#mainnav {
    padding: 28px 0 0;
    width: 200px;
    margin: 0 auto;
    font-size: 8.5pt;
}
#mainnav li {
    padding: 0 0 12px;
}
#mainnav a:link, #mainnav a:visited {
    display: block;
    height: 26px;
    line-height: 28px;
    text-indent: 15px;
    background: #6d6e71 url(images/arrow.gif) 185px 50% no-repeat;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}
#mainnav a:hover, #mainnav a:active {
    color: #EEE;
}
#copyright .art3d {
    position: absolute;
    bottom: -42px;
    right: 32px;
}
#copyright .right {
    position: absolute;
    bottom: -42px;
    right: 0;
}
#copyright .left {
	display: block;
    position: absolute;
    bottom: -42px;
    left: 0;
}
#index {
    width: 980px;
    margin: 0 auto;
    line-height: 1.3;
    padding: 55px 0 20px;
}
#index p {
    padding: 0 0 15px;
}
#index h2 {
    font-size: 12pt;
    line-height: 1;
    padding: 0 0 15px;
}