body{
    background-color: #FCFCFC;
    background-image: url(../img/bg_globe3.png);
    margin: 0;
    position: relative;
}

.content{
    margin: 0px 8px;
}

marquee{
    padding: 5px;
    background-color: #330027;
    color:white;
    font-weight: 600;
}

.news{
    max-width: 500px;
}

.news li{
    background-color: #330027;
    color: white;
    list-style: none;
    padding: 6px 10px;
    margin: 6px 0px;
    border-radius: 5px;
}

.news a{
    color: white;
    text-decoration: none;
}

.n-desc{
    background-color: #330027;
    color: white;
    margin: 0px 0px;
    position:absolute;
    bottom: 0px;
    width: 800px;
}

.n-date{
    text-align: right;
    font-size: 12px;
}

.n-desc p{
    padding: 0px 15px;
}

.image img{
    width: 200px;
}

.image{
    position: absolute;
    top: 285px;
    right: 46px;
    color: white;
    background-color: black;
    border-radius: 0px 0px 5px 5px;
}

.image p{
    margin:0px;
    padding: 5px;
    font-size: 13px;
}

.n-nav p{
    display: inline;
    background-color: black;
    color: white;
    margin:0px;
}

.n-nav{
    position: absolute;
    top: 461px;
    right:46px;
}

.arrow-l{
    padding: 6px 10px;
    border-radius: 5px 0px 0px 5px;
}

.arrow-r{
    padding: 6px 10px;
    border-radius: 0px 5px 5px 0px;
}

.middle{
    padding: 6px 44px;
}