body{
background-color: #ffffff;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
height: 100%;
}
html{
height: 100%;
}


div#bac{
position: absolute;
background-image: url(bac.png);
top: -20px;
left:0px;
width: 849px;
height: 100%;
z-index: 2;
}
div#flash{
position:absolute;
left: 37px;
top: 205px;
z-index: 3;
}

div#global{ 

position: relative;

margin-left: auto;

margin-right: auto;

width: 849px; 

height: 100%;

z-index: 1;
}