body {
	text-align: center;
	color: #FCFCFC;
	font-family: helvetica;
	background-image:url("https://mountain-game.s3.amazonaws.com/img/bg.jpg");
	background-size:100%;

}
h1{
	font-size:1.5em;
}
ul{
	text-align:left;
}

a {
    text-decoration: none;
    color: #79aad1;
}
a:link, a:visited {
    color: #79aad1;
}
a:hover {
    color: white;
}

.genreText{
	width:400px;
	margin:auto;
}
.list{
	margin:auto;
	width:300px;
}
.mountain{
	height:500px;
}
.mountainImg{

	-webkit-animation:hover 4s infinite alternate ease-in-out;
	animation:hover 4s infinite alternate ease-in-out;
}
.pressImgs{
	width:592px;
	margin:0px auto;
	height:439px;
}
.pressImgs img{

	float:left;
}
.seenOn{
	margin-bottom:0px;
	text-align: left;
	margin-left:28px;
}




@-webkit-keyframes hover{
	from {
		margin-top:0px;
	}
	to {
		margin-top:20px;
	}
}
keyframes hover{
	from {
		margin-top:0px;
	}
	to {
		margin-top:20px;
	}
}