body{
	background-color: #2c322d;
}

#global{
position: relative;
width: 980px;
height: 600px;
margin-left:auto;
margin-right:auto;
}

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

#sites{
position: absolute;
left: 100px;
top: 100px;
height: 50px;
width: 200px;
border: 1px solid red;
z-index: 3;
}