body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 15px;
}
a { text-decoration: none; color: #DDD;
}
a.visited { text-decoration: none; color: #DDD;
}

p
{
margin: 6px; padding: 0;
}
.erase_me { display: none; }

#header h1 {
  width: 700px;
  height: 132px;
  background-image: url('/images/br_header.jpg');
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: #6374AB 20px -12px 2px;

}

#footer h1 {
  width: 750px;
  height: 66px;
  background-image: url('/images/br_footer.jpg');
  margin-left: auto;
  margin-right: auto;
}

.page { text-align: center; }

.category { 
float: left;
padding: 10px;
margin: 10px;
border: 1px solid #111;
position: relative;
background:url("images/b.jpg");
background-position: bottom left;
background-repeat: repeat-x;
width:210px;
text-align: left;
}

.category h1 {
color:#fff;
font-size: 23px;
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
}

.category h2 {
color:#eee;
font-size: 11px;
position: relative;
}

.category h1 span {
    position: absolute;
    width: 100%;
    height: 5em;
    background: url("images/noise.gif");
}

.category h2 span {
    position: absolute;
    width: 100%;
    height: 2em;
    background: url("images/noise.gif");
}

.page
{width: 800px; 
margin-left: auto; 
margin-right: auto;}
