html,body
{
height:100%;
background: #781A1B url(../images/back2.jpg) repeat-y top center;
margin: 0px;
padding: 0px;
}

#wrapper
{
background: url(../images/back.jpg) no-repeat top center;
}

#bottom
{
padding:50px 0px 100px 0px;
width:100%; 
background: url(../images/back3.jpg) repeat-y top center;
}

#bottomtext
{
text-align:left;
width:600px;
}

#footerBar
{
padding:15px 0px 0px 0px;
z-index:10;
position:absolute;
top:850px;
left:0px;
height:100px;
width:100%;
background: url(../images/footer_back.gif) repeat-x top center;
}

div.hr {
	clear:both;
	margin:20px 0px 20px 0px;
  height: 1px;
  background:#ffffff;
}
div.hr hr {
  display: none;
}