html{
width:100%;
height:100%;

}
body {
height:100%;
width:100%;
margin:0px;
/*background: url(../gfxsito/bg2.jpg) bottom left repeat-x #FBE7B4;*/
background:#FBE7B4;
font-family:"Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#7F7661;
}
a{
color:#AA961F;
text-decoration:none;
}
a:hover{
color: #FF6633;
text-decoration:none;
}
#wrapper{
width:640px;
}
#flash{
padding-top:2%;
width:640px;
float:left;
margin-bottom:25px;
}
#main{
font-size:14px;
width:640px;
float:left;
margin-bottom:25px;
}
#foot{
width:640px;
float:left;
padding-bottom:25px;
}
