.left {
	position: absolute;
	top: 190px;
	left: 0px;
	width: 288px;
	font-size: 60%;
}

	.left .button {
		position: absolute;
		left: 0px;
		overflow: hidden;
		width: 288px;
		height: 115px;
		vertical-align:middle;
	}
	
	.left .button:hover {
		background-position:0px -115px;
	}
	
	.left p {
		margin: 2px;
		margin-left: 120px;
		margin-right: 10px;
		color: #04202e;
		text-align: justify;
		vertical-align: middle;
		height: 115px;
		}
	.left a {
		text-decoration: none;
	}
	
	.left .web {
		top: 0px;		
		background-image: url(/images/button-web.jpg);
	}
	
	.left .print {
		top: 130px;
		background-image: url(/images/button-print.jpg);
	}
	
	.left .system {
		top: 260px;
		background-image: url(/images/button-system.jpg);
	}
	
		.left .system p {
			padding-top: 6px;
		}
	.left .hosting {
		top: 390px;
		background-image: url(/images/button-hosting.jpg);
	}