body {
	background-color: #757676;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: white;
}

a
{
	color: white;
	text-decoration: none;
}

.main
{
	background-image:url(digitalweb.jpg);
	background-repeat: no-repeat;
	width: 651px;
	height: 402px;
	position: relative;
	margin: 0px auto;
}

.right
{
	width: 235px;
	padding-top: 130px;
	padding-right: 35px;
	float: right;
	height: 280px;
	cursor: hand;
}

.left
{
	width: 250px;
	float: left;
	padding-top: 130px;
	padding-left: 85px;
	height: 280px;
	cursor: hand;
}

