body {
font-family: 'Arvo', serif;
background-color: #ffffff;
}

.mainimage {
	position: fixed;
	top: 120px;
	left: 580px;
}

.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:99; }
.hover_img a:hover span { display:block; position: fixed; top: 120px; left: 580px; }

h1{
color: #f44336;
font-size: 38px;
position: fixed;
top: 50px;
left: 150px;
}

.menu {
position: fixed;
top: 250px;
left: 150px;
}

.menu a {
text-decoration: none;
color: #000000;
font-size: 32px;
}

a:hover { text-decoration: none; color:#f44336; }

.footer {
position: fixed;
bottom: 10px;
right: 50px;
}


