﻿html, body
{
    background: #000;
    margin: 0px auto;
    padding: 0px;
    height: 100%;
    color: #fff;
    font-size: 13px;
}
img{
    border: 0px;
}
.yellow{
    color: #ff0;
}
div.intro
{
    width: 950px;
    height: 550px;
    margin: 0px auto;
}
div.intro div
{
    height: 50px;
}
div.intro div.bg1
{
    height: 100px;
    background: url('/images/index_01.jpg') no-repeat;
    padding-left: 300px;
}

h1{ font-size: 30px; margin: 6px 0px; text-align: center; }
h2, h3{ font-size: 13px; margin: 6px 0px; padding: 0px 30px; font-weight: lighter; }

div.intro div.bg9
{
    height: 100px;
    background: url('/images/index_09.jpg') no-repeat;
    padding-left: 200px;
    line-height: 24px;
}
div.intro div.bg2
{
    background: url('/images/index_02.jpg') no-repeat;
}
div.intro div.bg3
{
    background: url('/images/index_03.jpg') no-repeat;
}
div.intro div.bg4
{
    background: url('/images/index_04.jpg') no-repeat;
}
div.intro div.bg5
{
    background: url('/images/index_05.jpg') no-repeat;
}
div.intro div.bg6
{
    background: url('/images/index_06.jpg') no-repeat;
}
div.intro div.bg7
{
    background: url('/images/index_07.jpg') no-repeat;
}
div.intro div.bg8
{
    background: url('/images/index_08.jpg') no-repeat;
}
div.btn
{
    text-align: right;
}
a.btn
{
    margin: 0px 60px;
}
a
{
    color: #fff;
    text-decoration: underline;
}
.center
{
    text-align: center;
}

h3
{
    display: inline;
    margin: 0px 6px;
    padding: 0px;
    font-weight: lighter;
    font-size: 12px;
}
.none
{
    display: none;
}