* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}

body {
z-index:0;
background-image:url('images/abbb_body.jpg');
background-color:#000;
background-position: center top;
background-repeat: no-repeat;
border:0 none;
margin:0 auto;
padding:0;
}


#header {
position:relative;
background-image:url('images/abbb_hdr.jpg');
background-position: center top;
background-repeat: no-repeat;
border:0 none;
margin:0 auto;
padding:0;
height:312px;
width:970px;
}

#content {
z-index:10;
position:relative;
background-image:url('images/abbb_cntnt.jpg');
background-position: center top;
background-repeat: no-repeat;
border:0 none;
margin:0 auto;
padding:0;
width:970px;;
}

#main {
background-image:url('images/abbb_main.jpg');
background-position: center top;
background-repeat: no-repeat;
background-color: white;
border:0 none;
margin:0 auto;
padding:0;
width:774px;
}


#rgtcol {
background-image:url('images/abbb_rgtcol.jpg');
background-position: center top;
background-repeat: no-repeat;
background-color: white;
border:0 none;
margin:0 auto;
padding:0;
width:169px;
}

#dui {
position:absolute;
display: block;
top:0;
left:0;
width:191;
height:50;
}

#dui_but {
display: block;
width:191;
height:50;
background:url('images/dui_butt.png') no-repeat 0 0;
}

#dui_but:hover {
background-position: 0 -50;
}

#dui_but span {
display: none;
}

#warrant {
position:absolute;
display: block;
top:0;
right:0;
width:191;
height:50;
}

#warnt_butt {
display: block;
width:191;
height:50;
background:url('images/warnt_butt.png') no-repeat 0 0;
}

#warnt_butt:hover {
background-position: 0 -50;
}

#warnt_butt span {
display: none;
}