* {
	font-family: san-serif;
	color: white;
}

html, body {
	height: 100%;
	min-height: 600px;
	margin: 0;
	padding: 0;
}

body {
	background-color: rgb(105, 128, 96);
}

a {
	text-decoration: none;
	color: inherit;
}

a img {
	border: none;
}

.page {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
	background-image: url('../images/background-welcome-800x600.jpg');
}
			
.name {
	font-size: 50px;
	margin-left: 5px;
}

.credentials {
	font-size: 20px;
}

.slogan {
	font-size: 20px;
	font-style: italic;
	margin-top: 0px;
	margin-left: 5px;
	/*position: absolute;
	top: 60px;
	left: 5px; DELETE */ 
}

.menu {
	/*position: absolute;
	top: 100px;
	left: 0px;*/
	/*width: 800px;*/
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	margin-top: 8px;
}

.menu a {
	margin-left: 10px;
	margin-right: 10px;
	color: white;
}

.menu a:hover {
	text-decoration: underline;
}

.menu {
	color: #A0A0A0;
}

.footer {
	position: absolute;
	top: 477px;
	left: 0px;
	width: 800px;
	text-align: center;
	font-size: 10px;
	/*color: rgb(160, 160, 160);*/
}


.books {
	position: absolute;
	top: 477px;
	left: 0px;
	width: 800px;
	text-align: center;
}


.books img {
	margin-left: 20px;
	margin-right: 20px;
}

.contact {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 15px;
	text-align: right;
	font-weight: bold;
}

.contact a:hover {
	text-decoration: underline;
}