body {
	width: 100%;
	background-image:url('web-homepage-v2.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 55%;
	background-attachment: fixed;
}

.title {
	margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: blue;
    text-decoration: none !important;
}

.names {
	margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    word-spacing: 50px;
}

a {
color: blue;
}