/*IMD 470 CSS*/

body{
background-color: #000000;
}

#background {
background: url('background.png') repeat-x top;
width:110%;
height:592px;
margin:-20px;
margin-right:-100px;
}

div#global { 

position:absolute;
left: 50%;
top:0px;
width: 860px;
height: 700px;
margin-left: -430px; /* half of the width */
margin-top: -30px; /* half of the height */
}

