body {
    margin: 0;
    padding: 0
}

.tickercontainer {
    background: #222;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 27px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.option2 .tickercontainer {
    bottom: 0;
    border-top: 1px solid #fff;
    border-bottom: 0
}

.option3 .tickercontainer {
    border-top: 0;
    border-bottom: 0;
    position: absolute;
    top: 157px;
    width: 1000px;
    left: 0
}

.tickercontainer .mask {
    position: relative;
    left: 0;
    top: 4px;
    height: 17px;
    width: 100%;
    overflow: hidden
}

ul.newsticker {
    position: relative;
    left: 100%;
    font: 700 10px Arial;
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.newsticker li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 19px;
    color: #fff
}

#ticker01>li img {
    float: right;
    margin-left: 4px;
    margin-right: 25px
}

ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #fff;
    font: 700 10px Arial;
    margin: 3px 10px 0 0;
    float: left
}

ul.newsticker span {
    margin: 0 30px 0 5px;
    float: left;
    color: #fff
}

ul.newsticker img {
    float: left;
    margin-right: 0
}

ul.newsticker li strong {
    color: #4ac6ff;
    float: left;
    font-size: 12px;
    margin: 2px 15px 0 0
}

.home {
    float: left;
    margin-top: 28px
}

.option2 .home {
    float: left;
    margin-top: 0
}

.option3 .container {
    width: 1000px;
    margin: 0 auto;
    position: relative
}

.option3 .home {
    background: url(../images/home2.jpg) no-repeat center;
    float: left;
    height: 768px;
    margin-top: 0;
    position: relative;
    width: 100%
}