@charset "UTF-8";
/* CSS Document */

body {background-color:#000; color:#FFF; margin:20px; padding:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

#corpo {background:url(Templates/TemplateII.jpg) no-repeat;
border:1px solid red;
margin:0 auto;
width:1024px;
height:768px;

}

#menu {margin:150px 0 0 5px;
width:100px;
position:relative;
float:left;
}

#testo {width:780px;
height:470px;
overflow:auto;
margin:130px 0 0 125px;
}

#foot { width:800px; margin:0 auto; font-size:11px;}

.titolo1 {font-size:22px; color:#F00;}
.titolo2 {font-size:18px; color:#F00;}
.gras {font-size:16px; color:#F00;}
.rosso {color:#F00;}

a {color:#F00;}
a:hover {color:#FFF;}
