#services {
	margin-top: 0px;
	width: 410px;
	height: 410px;
	background: #000000;

	float: left;
}

#services  p{
	padding-top: 348px;
}

#design {
	margin: 15px 0px 0px 15px;
	height: 120px;
	width: 120px;
	background: #000000; 
	float: left;
	display: block;

}

#design a{
	display: block;
	height: 70px;

	width: 120px;	
	float: right;
	text-align: center;
	background: url(/images/design2.jpg) no-repeat top;
	padding-top: 80px;
}

#design a:hover {
	background: url(/images/design.jpg) no-repeat top;
}

#develop {
	margin: 15px 0px 0px 15px;
	height: 120px;
	width: 120px;
	background: #000000; 
	float: left;
	display: block;

}

#develop a{
	display: block;
	height: 70px;

	width: 120px;	
	float: right;
	text-align: center;
	background: url(/images/develop2.jpg) no-repeat top;	
	padding-top: 80px;
}

#develop a:hover {
	background: url(/images/develop.jpg) no-repeat top;
}

#hosting {
	margin: 15px 0px 0px 15px;
	height: 120px;
	width: 120px;
	background: #000000; 
	float: left;
	display: block;

}

#hosting a{
	display: block;
	height: 70px;

	width: 120px;	
	float: right;
	text-align: center;
	background: url(/images/hosting2.jpg) no-repeat top;	
	padding-top: 80px;
}

#hosting a:hover {
	background: url(/images/hosting.jpg) no-repeat top;
}

#database {
	margin: 15px 0px 0px 15px;
	height: 120px;
	width: 120px;
	background: #000000; 
	float: left;
	display: block;

}

#database a{
	display: block;
	height: 70px;

	width: 120px;	
	float: right;
	text-align: center;
	background: url(/images/database2.jpg) no-repeat top;	
	padding-top: 80px;
}

#database a:hover {
	background: url(/images/database.jpg) no-repeat top;
}

#linux {
	margin: 15px 0px 0px 15px;
	height: 120px;
	width: 120px;
	background: #000000; 
	float: left;
	display: block;

}

#linux a{
	display: block;
	height: 70px;

	width: 120px;	
	float: right;
	text-align: center;
	background: url(/images/linux2.jpg) no-repeat top;	
	padding-top: 80px;
}

#linux a:hover {
	background: url(/images/linux.jpg) no-repeat top;
}

#media {
	margin: 15px 0px 0px 15px;
	height: 120px;
	width: 120px;
	background: #000000; 
	float: left;
	display: block;

}

#media a{
	display: block;
	height: 70px;

	width: 120px;	
	float: right;
	text-align: center;
	background: url(/images/media2.jpg) no-repeat top;	
	padding-top: 80px;
}

#media a:hover {
	background: url(/images/media.jpg) no-repeat top;
}

#other {
	margin: 15px 0px 0px 15px;
	height: 120px;
	width: 120px;
	background: #000000; 
	float: left;
	display: block;

}

#other a{
	display: block;
	height: 70px;
	width: 120px;	
	float: right;
	text-align: center;
	background: url(/images/other2.jpg) no-repeat top;	
	padding-top: 80px;
}

#other a:hover {
	background: url(/images/other.jpg) no-repeat top;
}