@charset "UTF-8";
/* CSS Document */

/*
@name: css/layout.css
@desc: css generale
@author: Chiara Rostagno
@lastauthor: Chiara Rostagno
*/

html, body {margin:0; padding:0; text-align:justify; font-family:Trebuchet MS, Tahoma, Arial, Verdana, sans-serif; font-size:16px; color:#fff; line-height:1.1em; background-color:#d5b6dd; font-style:italic;}

#container {width:982px; margin:5px auto;}

#header {width:962px; height:155px; background-image:url(../img/fondo_header.jpg); background-repeat:no-repeat; padding-top:25px; text-align:right; padding-right:20px;}

#flash {width:982px; text-align:center; height:323px; background-image:url(../img/fondo_flash.jpg); background-repeat:repeat-y;}

#bottom {width:663px; height:171px; padding-top:12px; padding-right:319px; background-image:url(../img/fondo_bottom.jpg); background-repeat:no-repeat; text-align:right;}

#bottom a, #bottom a:link, #bottom a:visited {color:#fff; font-weight:bold; text-decoration:none;}
#bottom a:hover {color:#fff; font-weight:bold; text-decoration:underline;}

#footer {width:982px; margin-top:-20px; text-align:center; font-size:10px; color:#2e17a5;}

#footer a, #footer a:link, #footer a:visited {font-size:10px; color:#2e17a5; font-weight:bold; text-decoration:none;}
#footer a:hover {font-size:10px; color:#2e17a5; font-weight:bold; text-decoration:underline;}




