html,body{
	font-family:georgia;
	font-size:12px;
	background:#FFF;
    overflow:hidden;
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%;
	}
	
h1{
	padding-top:30px;
	}

ul{
	width:100%;
	list-style:none;
	font-family:georgia;
	font-size:10px;
	margin:30px 0 0 0px;
	padding:0px;
	text-align:center;
	}

ul li{
	width:150px;
	float:left;
	background-image:url(/img/backgroundcell.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:10px;
	padding:15px 0px;
	font-family:georgia;
	}
	
ul li span{
	font-size:12px;
	dispay:block;
	color:#000;
	line-height:2em;
	}

#background{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
	}
	
#scroller {
	position:relative; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	z-index:3;
	} 
	
#content {
	padding:0px 25px 20px 50px;
	}

#footer {	
    color:#000;
	position: absolute;bottom:0px;right:2em;
	line-height:2em;
    z-index:2;
	}
	 
img{
	border:none;
	}
	
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #FF4500; }
a:active { color: #FF4500; } 
a img { border:none; }
