/*Dynamic Background by Heath Gehlhausen

This code is not to be altered or used without the creator/owner's explicit consent.
*/

/********************************************************
Playing with Layers
************************************************************/
.background_layer{
position: absolute;
z-index: -1;
}
.top_layer{
position: absolute;
z-index: 5;
}
.layer2{
position: absolute;
z-index: 2;
}
.layer3{
position: absolute;
z-index: 3;
}
.layer4{
position: absolute;
z-index: 4;
}

.background_layer img, .layer3 img{
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}

.scrollsettings{
scrollbar-arrow-color: #000000;
scrollbar-base-color: #00CCFF;
scrollbar-face-color: #0099FF;
scrollbar-highlight-color: #00CCFF;
scrollbar-shadow-color: #00CCFF;
scrollbar-3dlight-color: #00CCFF;
scrollbar-track-color: #00CCFF;
scrollbar-darkshadow-color: #00CCFF;}
