/***********************
 (c) 2008 E-side s.r.l. 
 ***********************/
#container{
    width:100%;
    text-align:center;
}
#wrapper{
    width:970px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}

#maincont{
    text-align:center;
}
#mainwrap{
    width:970px;
    vertical-align:top;
    margin-left:auto;
    margin-right:auto;
}
div#top{
    height:120px;
    background-image:url(/img/newtop.jpg);
    background-repeat:no-repeat;
    background-position:top center;
}
div#logo
{
    text-align:left;width:759px;
    margin:auto;padding-top:64px;
}
div#menu
{
    height:25px;
    text-align:left;
    background-color:#855c89;
}
div#lan
{
    height:25px;line-height:25px;
    margin-left:40px;
}
div#content
{
    margin-top:-25px;
}
div#bottom{
    height:120px; 
    background-image:url(/img/newbottom.jpg);
    background-repeat:no-repeat;
    background-position:top center;
}

div#newslogo{
    float:left;
    vertical-align:top;
    margin-top:5px;
    margin-left:38px;
}
div#news{
    width:615px;
    float:right;
    vertical-align:top;
    padding-top:20px;
    color:rgb(160,13,89);
}


