body, html, #background, #background img {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: #463838;
}

#content {
position: absolute;
top: 0;
left: 0;
font-family: Verdana;
color: #FFF;
padding: 20px;
}

#Layer1 {
	position:absolute;
	left:104px;
	top:57px;
	width:210px;
	height:67px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:237px;
	top:112px;
	width:66px;
	height:23px;
	z-index:2;
}

html {
overflow: auto;
}
