
body{
	background-color: lightgrey;
	background-image: url(../images/argosface.jpg);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.header{
	padding-top: 25px;
	text-align: center;
	font-style: italic;
}

#argos img{
	position: fixed;
	bottom: 0;
	width: 100px;
}