html { 
  padding:0px;
  margin:0px;
  overflow-y: hidden;

}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#564b47;
	margin: 0px;
	padding:0px;
	background: url(imgs/sfondo.gif) ;
}


#top_box {
	height: 120px;
	padding: 0px;
}

#logo_evelyn {
	position: relative;
	top: 20px;
	left: 5%;
}


#undertop_box {
	height: 30px;
	padding: 0px;
}

#center_box {
	height: 400px;
	width: auto;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0px;
	background-color: #534741;
	border: 1px solid #C6C7C8;
}

#overbottom_box {
	height: 30px;
	padding: 0px;
}

#bottom_box {
	height: auto;
	margin: 0px;
	padding: 0px;
}

#evelyn_foto {
	position:absolute;
	top: 13px;
	right: 6%;
	border: 2px solid;
	border-color: #999999}

#copyright {
	position:absolute;
	top: 480px;
	right: 3.5%;
}

div#menu_top {
	position:absolute;
	top: 113px;
	left: 5%;
	width: auto;
	height: auto;
	font-size: 1em;
	font-family:  Eurostile, "Lucida Sans", "Trebuchet MS", Tahoma, "MS Sans Serif", Arial, serif;
	letter-spacing: 1px;
	padding: 10px;
}

a.menu_top { text-decoration: none; padding-bottom: 5px; margin-right: 10px; }
a.menu_top:link { color: #d3dcf2;}
a.menu_top:visited { color: #d3dcf2;}
a.menu_top:hover { color: #FFFFFF; border-bottom: 2px solid #c3421b;}
a.menu_top:active { color: #c3421b; border-bottom: 2px solid #c3421b;}

div#menu_bottom {
	position:absolute;
	top: 557px;
	right: 40%;
	width: auto;
	height: auto;
	font-size: 1em;
	font-family:  Eurostile, "Lucida Sans", "Trebuchet MS", Tahoma, "MS Sans Serif", Arial, serif;
	letter-spacing: 1px;
	padding: 10px;
}

a.menu_bottom { text-decoration: none; padding-bottom: 5px; margin-right: 10px; }
a.menu_bottom:link { color: #d3dcf2;}
a.menu_bottom:visited { color: #d3dcf2;}
a.menu_bottom:hover { color: #FFFFFF; border-bottom: 2px solid #c3421b;}
a.menu_bottom:active { color: #c3421b; border-bottom: 2px solid #c3421b;}

