/* CSS Document */
/*-------------------------------- Global properties -------------------------------- */
/*html {width:100%; height:100%;}

body {
	background: #e9f0f8;
	color:#5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:21px; 
	min-width:1000px;
	height:100%; 
	padding-top:25px;
	}
	
*/

div.center {
	margin:0 auto; 
	width:100%; 
}
	
.scroll{
	width:98%;
	margin:0px;
	float:left;
	padding:15px 7px 12px 10px;
	background:#ffffff;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	border:1px solid #dddddd;
}

/*div.center .scroll #scroller li a img { 
	border:solid 1px #F90;
}*/
