body{
	padding: 50px;
	color: #FFF;
	font-weight: 300;
	font-family: 'Source Sans Pro';
	background-repeat: repeat;
	-webkit-animation: fade 15s infinite;
	-moz-animation: fade 15s infinite;
	-ms-animation: fade 15s infinite;
}
.menu {
	float: right;
	display: block;
	pointer-events: auto;
}
.menu span {
	margin-bottom: 6px;
	border-radius: 1000px;
	width: 30px;
	height: 4px;
	display: block;
	background: #FFF;
}
#ello{
	margin: 0;
	width: 90%;
	max-width: 500px;
}
	#ello img{
		margin: 0 0 50px;
		display: block;
	}
	#ello li{
		font-size: 16px;
		line-height: 26px;
	}
a:link, a:visited{
	color: #FFF;
	text-decoration: underline;
}
	a:hover{
		color: #000;
	}

@-webkit-keyframes fade {
	0% { background-color: rgba(67,56,125,1);}
	20% { background-color: rgba(74,74,146,1);}
	40% { background-color: rgba(94,103,168,1);}
	60% { background-color: rgba(90,146,160,1);}
	80% { background-color: rgba(65,138,171,1);}
	100% { background-color: rgba(67,56,125,1);}
}

@-moz-keyframes fade {
	0% { background-color: rgba(67,56,125,1);}
	20% { background-color: rgba(74,74,146,1);}
	40% { background-color: rgba(94,103,168,1);}
	60% { background-color: rgba(90,146,160,1);}
	80% { background-color: rgba(65,138,171,1);}
	100% { background-color: rgba(67,56,125,1);}
}

@-ms-keyframes fade {
	0% { background-color: rgba(68,57,126,1);}
	20% { background-color: rgba(74,74,146,1);}
	40% { background-color: rgba(94,103,168,1);}
	60% { background-color: rgba(90,146,160,1);}
	80% { background-color: rgba(65,138,171,1);}
	100% { background-color: rgba(67,56,125,1);}
}
@media screen and (max-width: 480px) {
	body{
		padding: 20px;
		width: auto;
	}
	#ello img{
		margin-bottom: 15px;
		width: 30%;
	}
}
