body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #331811 url(img/bg_total2.jpg) no-repeat 0 0;
	background-position: center;
	background-attachment: fixed;
}
.bg_base {
	position:absolute;
	background:url(http://casadechocolate.com/img/bg_base.png);
	background-repeat:no-repeat 0 0;
	background-position:bottom;
	background-position:background-attachment:fixed;
	height: 123px;
	z-index: 8;
}
#apDiv2 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:10;
	overflow: hidden;
	visibility: hidden;
}
#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:240px;
	visibility: inherit;
	z-index: 1;
}
#apDiv13 {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:123px;
	visibility: inherit;
	z-index: 3;
}
#apDiv14 {
	position: relative;
	width: 100%;
	*height: 100%;
	bottom: 0px;
}

/*
Alpha PNG support for IE
------------------------------
Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
\*/
* html img/**/ {
filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="blank.png").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
.fontbase {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #B99A7F;
}
.Numpag {
	font-size: 24px;
	color: #3B1E14;
	font-family: Verdana, Geneva, sans-serif;
}