@charset "utf-8";
/* CSS Document */

body {
background-image:url(../images/infared_header_BG.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#1A1A1A;
margin: 0 0 0 0;
}

#contentHolder {
width:100%;
height:100%;
position:absolute;
z-index:0;
top:0px;
}

.contentHeader {

background-image:url(../images/infared_header.jpg);
background-repeat:no-repeat;
background-position:left;
height:155px;
width:100%;
position:relative;
top:0px;
z-index:0;
}
