/* CSS Document */




.home {
	display: block;
	width: 725px;
	height: 400px;
	float: left;
	text-align: center;	
}

.home img {
	margin-top: 60px;
}


.homeLinks a {
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.homeLinks a:hover {
	text-decoration: underline;
}
