body {
	background-color:#212121
}

.text {
	color: #CCC;
	font-family: "Droid Sans", Arial;
	font-size:4em;
	text-align: center;
	margin-top: 14%;
/*
	margin-top: 10%;
*/
}

a:hover, a:active, a:focus {
	outline: 0;
}

.linkPics {
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
}

.linkPics:hover {
/*
	-moz-transform: translate(0, 0.2em);
*/
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.image-parent {
	position: relative;
	top: 0;
	left: 0;
}

.image1 {
	position: relative;
	top: 0;
	left: 0;
}

.image2 {
	position: absolute;
	top: 30px;
	left: 70px;
}

.backgroundPic {
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}

.backgroundPic:hover {
	-moz-transform: translate(0, 0.5em);
	-webkit-transform: translate(0, 0.5em);
}
