#container-1 {
width: 100%; 
margin-left: auto; margin-right: auto; margin-top: 30; 
background-image: url(imgs/transback.png); 
background-repeat: repeat; 
text-align: left;
padding-left: 5px; padding-right: 2px; padding-top: 3px; padding-bottom: 8px
}

#container {
width: 100%; 
margin-left: auto; margin-right: auto; margin-top: 7; 
background-image: url(imgs/transback.png); 
background-repeat: repeat; 
text-align: left;
padding-left: 5px; padding-right: 2px; padding-top: 3px; padding-bottom: 8px
}

#wrapper {width: 80%; margin-left: auto; margin-right: auto; background: #000000; text-align: left;
border-left: 2px solid #CC99FF; border-right: 2px solid #4F004F; border-top: 2px solid #CC99FF; border-bottom: 2px solid #4F004F; 
padding-left: 12px; padding-right: 12px; padding-top: 3px; padding-bottom: 25px
}

#backflash {
z-index: 1;
position:absolute;
width: 100%;
height: 100%;
}

#backfixed {
z-index: 1;
position:fixed;
width: 100%;
height: 100%;
}

#guts {
    z-index: 2;
    position:absolute;

}

.whitelink {
	color: #ffffff;
	text-decoration: none;
}