Both Templates are fine, just in global.css file, there is an error of too many
This should be like this;
.indextp {
background: #EBEBEB url;
border: 1px solid #F8A613;
border-style: dashed;
padding: 3px;
text-align: center;
font-size: 9px;
}
This should be like this;
Quote:.indextp {
background: #EBEBEB;
border: 1px solid #F8A613;
border-style: dashed;
padding: 3px;
text-align: center;
font-size: 9px;
}