body {
    margin: 0px;
    background: #000000;
}

a:link {color:#59090A;border: 0px}      /* unvisited link */
a:visited {color:#59090A;border: 0px}  /* visited link */
a:hover {color:#ed1a09;border: 0px}  /* mouse over link */
a:active {color:#59090A;border: 0px}  /* selected link */

#content {
    border: #523232 2px solid;
    width: 846px;
    margin-left: auto ;
    margin-right: auto ;

}
#header {
    background-image:url('../images/roccos_header.jpg');
    border-bottom: #523232 2px solid;
    width: 846px ;
    height: 140px;
}
#menu {
    padding-top: 2px;
    background: #59090A;
    border-bottom: #523232 2px solid;
    width: 846px;
    vertical-align: middle;
}
#gradient {
    height: 15px;
    background: #59090A;
    background-image:url('../images/gradient.jpg');
    background-repeat: no-repeat;
    width: 846px;
}
#blocs {
    background: #59090A;
    text-align: center;
    padding-left: 2px;
}
#footer {
    font-family: verdana, helvetica, arial;
    font-size: 11px;
    color: #5f2428;
    border: 0px;
    width: 846px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-align: center;
}
#rotate {
    height: 433px;
}
#news {
    color: #59090A;
    font-family: verdana, helvetica, arial;
    font-size: 13px;
    position: relative;
    z-index: 4000;
    top: -585px;
    left: 565px;
    width: 250px;
    height: 320px;
    border: #59090a 2px solid;
    overflow: auto;
    background-color: #FFFFFF;
    filter:alpha(opacity=75);
    opacity:0.75;
    padding: 7px;
}
#newswrapper {
    height: 0px;
    display: hidden;
}

