/* CSS to smulate iPhone springboard */

#springboard{
  background: black;
  max-width:320px;
}

#springboardHeader{
  width:100%;
  height:20px;
  
  display:block;
  
	text-decoration:none;
	color:#aaaaaa;
	font-weight:bold;
	font-family:arial;
	font-size:11px;
	text-align: center;
  
  background: black;
}

#springboardContent{
  width:100%;
  height:350px;
  padding:10px 0px;
  
  display:block;
  
  background: black;
}

#springboardDock{
  width:100%;
  height:90px;
  
  display:block;
  background: url("../images/dock.png") repeat;
}

.item{
	border:0;
	margin:0;
	padding:0;
	
	float:left;
	width:25%;
	height:25%;
	text-align:center;
}
.item a:link, .item a:visited{
	text-decoration:none;
	color:#aaaaaa;
	font-weight:bold;
	font-family:arial;
	font-size:11px;
}
.item img{
	border:0;
	margin-top:2px;
	width:57px;
	height:57px;
}
.item span{
	display:block;
}

.itemDock{
	border:0;
	margin:0;
	padding:0;
	
	float:left;
	width:25%;
	height:90px;
	text-align:center;
}
.itemDock a:link, .itemDock a:visited{
	text-decoration:none;
	color:white;
	font-weight:bold;
	font-family:arial;
	font-size:11px;
}
.itemDock img{
	border:0;
	margin-top:14px;
	width:57px;
	height:57px;
}
.itemDock span{
	display:block;
}

#footer {
	bottom: 0px;
	margin:0px;
}
