@import url("qn_text_1.css");

/* 
qn_block_1.css 
Robert Muratore
2010-07-14
divs for positioning of blocks on page for Quantum Now website
*/

#deco_1 {
        position: absolute;
        top: 69px;
        left: 0px;
        width: 100%;
        height: 11px;
        background-color: #6d5858;
	z-index: -2;
}

#deco_2 {
        position: absolute;
        top: 82px;
        left: 0px;
        width: 100%;
        height: 120px;
        background-color: #cccccc;
	z-index: -2;
}

#splash_1 {
        margin: 0px auto;
        width: 681px;
        height: 278px;
        background-color: #a3a7a8;
        z-index: -1;
}

#menu_1 {
        margin: 20px auto;
        width: 640px;
        background-color: #ffffff;
        z-index: 0;
}

#feature_1 {
        margin: 40px auto;
        width: 640px;
        background-color: #ffffff;
        z-index: 0;
}

#content_1 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        background-color: #ffffff;
}

body { 
        margin-top: 0px;
        margin-left: 0px;
        background-color: #ffffff; 
}
