@charset "utf-8";
 
<style type="text/css"> 
<!-- 
body {
	padding:0;
	margin: 0;
	background-color:#48829f;
	background-image: url(../elements/back.jpg);
	background-repeat: repeat-x;
}
p { padding:0px; margin:0px; }
table,td,th { border: 0; padding: 0px; border-collapse: collapse; }

#container { 
	width:990px;
	margin:auto;
	padding:0px;
	height:auto;
	text-align:left; 
	position:relative;
} 
	
/* TOP MENUS */
/* ********* */
#topPage {
 display:block; position:relative; 
 width:100%; height:86px;
 margin:auto; 

}
#topL1 {
 display:block; position:relative; 
 width:990px; height:86px;
 margin:auto; 

}
#topL1 #L1_C1 { width:570px; float:left; display:inline; }
#topL1 #L1_C2 { width:420px; float:left; display:inline; }

/* MAIN */
/* ********* */
#mainPage { 
	width:990px; height:503px;
	margin:auto;
	padding:0px;
	position:relative;
}

#menu { display:block; z-index:999; position:absolute; margin-left:33px; width:957px; height:56px; }

#textback { 
	display:block; position:relative; width:303px;
	background-image: url(../elements/whitetext.png); background-repeat:repeat-y;
}

#ratesback { 
	display:block; position:relative; width:957px; height:433px;
	background-image: url(../elements/rates_back.jpg); background-repeat:no-repeat;
}

#bottom { 
	display:block; position:relative;
	width:990px; height:54px; 
	margin-top:9px;
}


--> 
</style>

