body {
	background-image: url(images/D&D.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: top center;
}
#text {
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	text-align: center;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0pt;
	position: absolute;
	margin: 0px;
	vertical-align: middle;
	top: 500px;
	left: 0px;
}
#mail {
	display: block;
	width: 20px;
	height: 19px;
	background: url("images/mail.png") no-repeat 0 0;
	outline: 0;
}
#mail:hover {
	background-position: 0 -19px;
}
#mail span {
	display: none;
}

#twitter {
	display: block;
	width: 20px;
	height: 19px;
	background: url("images/twitter.png") no-repeat 0 0;
	outline: 0;
}
#twitter:hover {
	background-position: 0 -19px;
}
#twitter span {
	display: none;
}

#tumblr {
	display: block;
	width: 20px;
	height: 19px;
	background: url("images/tumblr.png") no-repeat 0 0;
	outline: 0;
}
#tumblr:hover {
	background-position: 0 -19px;
}
#tumblr span {
	display: none;
}

#facebook {
	display: block;
	width: 20px;
	height: 19px;
	background: url("images/facebook.png") no-repeat 0 0;
	outline: 0;
}
#facebook:hover {
	background-position: 0 -19px;
}
#facebook span {
	display: none;
}

#linkedin {
	display: block;
	width: 20px;
	height: 19px;
	background: url("images/linkedin.png") no-repeat 0 0;
	outline: 0;
}
#linkedin:hover {
	background-position: 0 -19px;
}
#linkedin span {
	display: none;
}

#vimeo {
	display: block;
	width: 20px;
	height: 19px;
	background: url("images/vimeo.png") no-repeat 0 0;
	outline: 0;
}
#vimeo:hover {
	background-position: 0 -19px;
}
#vimeo span {
	display: none;
}