@charset "UTF-8";
/* CSS Document */
html
{
  height: 100%;
}

body {
	margin: 0px;

	/*background: #121212 url(images/bg_grad.jpg) repeat-x;
	background-position: 50% 0%;*/
	background: #121212;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:100%
}
#backy {
width: 100%;
height: 100%;
background: url(images/bg_grad.jpg) repeat-x;
background-position: 0% 50%;

}
#backy2 {
width: 100%;
height: 100%;
background: url(images/hallbros_bg.jpg) no-repeat;
background-position: 0% 50%;

}


#mainBox {
border: 0px solid #444;
position: absolute;
width: 760px;
height: 500px;
top: 50%;
left: 50%;
margin-top: -250px;
margin-left: -380px;


}

.hbir { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .hbir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */
h1.hbir {
width:260px; height: 16px; background:url(images/logo.png) no-repeat;
margin: 0px;
}

.copyRight {
display:block;
position: relative;
position: absolute;
text-transform: uppercase;
height: 100px;
width: 180px;

margin-top: 340px;
left: 580px;

clear:both;
color:#FFFFFF;
}
UL{
text-align:center;
padding: 0px;
margin: 0px;
nmargin-left: -4px;
margin-top: 80px;
margin-bottom: -10px;
}

LI { 
height: 80px;
width: 80px;
mborder: 1px solid white;
list-style:none;

float: left;
margin: 6px 7px;
}
.imgBorder{
border: 5px solid #FFF;
}
.break
{
clear: both;
height: 1px;
width: 100%;
border: 1px solid pink;
}
.brownText{
color: #BC9B69;
}