body {
		text-align: center;
		height:100%;
		font:	12px/1.4 Tahoma, Verdana, sans-serif;
		color:#B6B6B6;
		background-color: black;
}

_body {
		text-align: center;
		height:100%;
		font:	12px/1.4 Tahoma, Verdana, sans-serif;
		color:#B6B6B6;
		background:#ffffff;
		scrollbar-3dlight-color: #cc3300; 
		scrollbar-arrow-color: white;
		scrollbar-base-color: #eedddd; 
		scrollbar-darkshadow-color: #CCCCCC; 
		scrollbar-face-color: #212930; 
		scrollbar-highlight-color: white; 
		scrollbar-shadow-color: white;
		scrollbar-track-color: #ffffff; 
		}
#frame {
		position:relative;
		width: 710px;
		height:536px;
		margin: 1px auto;
border-width: 3px 3px 3px 3px;
border-style: dashed;
		text-align: center;
		z-index:1;
		visibility: visible;
        background: #ffffff;
		}

html>body #frame { width:705px; }


			
#intestazione {
width: 700px;
height: 70px;
background: #ffffff;
position: absolute;
background-color: #ffffff;
z-index:2;
visibility: visible;
top: 0px;
left: 2px;
text-align: center;
}
#corpo1 {
width: 700px;
height: 450px;
background-image: url;
background-repeat: no-repeat;
position: absolute;
z-index:3;
top: 70px;
left: 0px;
}

#corpo2 {
width: 700px;
height: 450px;
background-image: url(berlin.jpg);
background-repeat: no-repeat;
position: absolute;
top: 83px;
left: 33px;
}
#footer {
width: 700px;
height: 1px;
background: #BE3636;
position: absolute;
z-index:4;
top: 444px;
left: 0px;
}
#center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



h1 {
font-family: Verdana, sans-serif;
font-size:18pt;
color: #c82c2c;
}

h2 {
font-family: Verdana, sans-serif;
font-size:14pt;
color: grey;
}