/* stylesheet */

html,body{margin:0; padding:0;}

body{
    font-family: tahoma,verdana,arial,sans-serif;
    font-size: 76%;
    text-align: center;   /*centra in IE 5.x */
    background-color:#FFFFFF;
    }

img{ border-style:none;}

div#container{
    width: 720px;
    height:350px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
    margin-top: 30px;
    background-image: url(./images/logojeb.gif);
    background-position: center center;
    background-repeat: no-repeat;

}

