body {
	background-image: url("images/wallpaper.png");
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}

img {
	display: block;
	width: 300px;
	margin: auto;
}

p, h1, h4 {
	text-align: center;
}

table {
	margin: auto;
}

td {
	width: 300px;
	position: relative;
}

td a div {
	/*display: none;*/
	opacity: 0;
	-webkit-transition: opacity 500ms; /*Safari*/
	transition: opacity 500ms;
	width: 340px;
	padding: 10px;
	position: absolute;
	top: 250px;
	left: 60px;
	z-index: 100;
	background-color: #0075C3;
	color: #00E5F8;
}

td a:hover div {
	opacity: 1;
}


a {
	color: black;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 30px;
	padding-top: 1px;
}

a:hover {
	color: blue;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.hide {
	display: none;
}


.spacer {
	width: 10px;
}

#links {
	/*min-width: 950px;
	max-width: 1100px;*/
}

#first, #second, #third {
	border: 3px solid blue;
	background-color: rgba(165,165,165,.5);
}

#first:hover, #second:hover, #third:hover {
	background-color: rgba(210,210,210,.5);
}


#first {
	border-radius: 40px 0 0 40px;
}
#second {

}
#third {
	border-radius: 0 40px 40px 0;
}


#firstImg {
	border-radius: 40px 0 0 40px;
}
#secondImg {

}
#thirdImg{
	border-radius: 0 40px 40px 0;
}

#firstText {

}
#secondText {

}
#thirdText{

}