body {
margin: 0; /* to avoid margins */
text-align: center; /* to correct the centering IE bug*/
padding:0; 
background: #eee url(../images/f_top_bg.png);
background-repeat: repeat-x;
}


/* div to center content as required */

#global {

/*top  container centered horizontally, 10px from the top*/
position:absolute;
left: 50%; 
top:0px;    
width: 950px;
margin-left: -475px; /* half of the width */
text-align: left;

}


/* most top container */

#header {
position: relative;
width:950px;
height:80px;
}

/*Divs in "header" container*/

#logo {
position: relative;
width:420px;
height:80px;
top:0px;
float:left;	
}


#topad {
position: relative;
width:468px;
height:60px;	
float:right;
top:7px;
right:12px;

}


#spacer{
position: relative;
width:950px;
height:15px;
}


#main{
 position: relative;
 width:950px;
/*height:860px;*/
/*height:636px;*/
/*height:490px;*/
background:white;
border:1px solid gray;
}

#ad2 {
position: relative;
width:728px;
height:90px;
top:0px;
/*top:400px;*/
left:111px;

}

#lks {
position: relative;
width:910px;
/*height:400px;*/
top:0px;
left:20px;
overflow:auto;
}
