body {
	background-image:url(../img/background.png);
}

h1 {
	color:#177BBD;
}

span {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.one-third img {
	max-width:280px;
	max-height:180px;
	padding:4px;
	border:#111 solid 1px;
}

.one-third img:hover {
	background-color:#111;
}


.one-third {
	text-align:center;
	margin-bottom:5px;
}

#contact {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:5px;
	margin-bottom:20px;
}

#mail {
	background-image:url(../img/mail.png);
	width:30px;
	height:30px;
	float:right;
}

#mail:hover {
	background-image:url(../img/mailhover.png);
}

#skype {
	background-image:url(../img/skype.png);
	width:30px;
	height:30px;
	float:right;
}

#skype:hover {
	background-image:url(../img/skypehover.png);
}

#facebook {
	background-image:url(../img/facebook.png);
	width:30px;
	height:30px;
	float:right;
}

#facebook:hover {
	background-image:url(../img/facebookhover.png);
}

#googleplus {
	background-image:url(../img/googleplus.png);
	width:30px;
	height:30px;
	float:right;
}

#googleplus:hover {
	background-image:url(../img/googleplushover.png);
}

#twitter {
	background-image:url(../img/twitter.png);
	width:30px;
	height:30px;
	float:right;
}

#twitter:hover {
	background-image:url(../img/twitterhover.png);
}

