body {
margin: 0px;
padding: 0px;
background-color: #000000;
}
#flashcontent {  
position: absolute;
z-index: 1;
}
#horizontal	{
/* This layer used to center the doccontainer vertically */
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
}
#doccontainer {
position: absolute;
top: -300px;
left: -400px;
width: 800px;
height: 600px;
margin: 0 0 0 50%;
}
#row1, #row2, #row3 {
position: relative;
top: 0px;
left: 0px;
visibility: visible;
overflow: visible;
}
#row1column1 {
top: 0px;
left: 0px;
height: 55px;
width: 800px;
position: relative;
}
#row2column1 {
top: 0px;
left: 0px;
position: relative;
height: 490px;
width: 55px;
}
#row2column2 {
top: 0px;
left: 55px;
width: 690px;
height: 490px;
position: absolute;
background-color: #000000;
}
#row2column3 {
top: 0px;
left: 745px;
width: 55px;
position: absolute;
}
#row3column1 {
top: 0px;
left: 0px;
position: relative;
height: 55px;
width: 800px;
}
