/* 
    Document   : base
    Created on : 14-nov-2012, 16.40.07
    Author     : Valentino Porto <tech@lumpi.it>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{background: #6a6a6a url(sfondo.png) repeat-x 0 0; text-align: center;}

#center{background: url(center.png) no-repeat ; width: 1024px; height: 597px; margin: 20px auto;}

a img{border: none;}

#ita {position: relative; top: 508px; left: 227px; height: 38px; width: 64px; display: block;}

#eng {position: relative; top: 470px; left: 171px; height: 38px; width: 64px; display: block;}

#lumpi {position: relative; top: 442px; left: 700px; height: 38px; width: 64px; display: block;}

#historia {position: relative; top: 400px; left: 850px; height: 38px; width: 64px; display: block;}

#header{width: 100%; height: 60px; padding-top: 20px; }

#head_ita a{position: absolute;  right: 200px; height: 38px; width: 64px; display: block; background: url(ita_bw.png) no-repeat 0 0; }
#head_ita a:hover, #head_ita .act{background: url(ita_col.png) no-repeat 0 0; }

#head_eng a{position: absolute;  right: 80px; height: 38px; width: 64px; display: block; background: url(eng_bw.png) no-repeat 0 0; }
#head_eng a:hover, #head_eng .act{background: url(eng_col.png) no-repeat 0 0; }