@charset "utf-8";
body {
    background-image: url(../images/irrseebg.png);
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: 100% 100%;
}

/*
.background-image {
    position: fixed;
    background-image: url(../images/IMG_2844.JPG);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}*/

.all-container {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    position: relative;
    width: 958px; /* -2 because 2px of border */
   
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
   
}

.fltrt {
    float: right;
    margin-left: 8px;
}

.fltlft {
    float: left;
    margin-right: 8px;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
