html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em; 
	background: url(../art/bg.jpg) top center repeat;
}

#wrapper {
	-webkit-animation: fade 15s infinite;
	-moz-animation: fade 15s infinite;
	-ms-animation: fade 15s infinite;
	width: 100%;
	min-height: 100%;
}

section {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding-top: 60px;
}

#logo {
	width: 190px;
	height: 190px;
	margin: 0 auto;
	display: block;
	background: url(../art/logo.png) no-repeat;
	text-indent: -99999em;
}

article {
	padding: 60px 20px 20px;
	font-size: 1.6em;
	line-height: 1.5em;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	text-align: justify;
	font-family: "proxima-nova", sans;
	font-weight: 300;
}

p a {
	color: #000;
	border-bottom: 1px dashed #444;
	text-decoration: none;
	font-weight: 400;
	font-style: italic;
}

p a:hover {
	border-bottom: 1px solid #aaa;
}

@-webkit-keyframes fade {
 0% { background-color: rgba(3,219,219,.08);}
 20% { background-color: rgba(115,3,219,.08);}
 40% { background-color: rgba(219,3,100,.08);}
 60% { background-color: rgba(219,201,3,.08);}
 80% { background-color: rgba(24,219,3,.08);}
 100% { background-color: rgba(3,219,219,.08);}
}

@-moz-keyframes fade {
 0% { background-color: rgba(3,219,219,.08);}
 20% { background-color: rgba(115,3,219,.08);}
 40% { background-color: rgba(219,3,100,.08);}
 60% { background-color: rgba(219,201,3,.08);}
 80% { background-color: rgba(24,219,3,.08);}
 100% { background-color: rgba(3,219,219,.08);}
}

@-ms-keyframes fade {
 0% { background-color: rgba(3,219,219,.08);}
 20% { background-color: rgba(115,3,219,.08);}
 40% { background-color: rgba(219,3,100,.08);}
 60% { background-color: rgba(219,201,3,.08);}
 80% { background-color: rgba(24,219,3,.08);}
 100% { background-color: rgba(3,219,219,.08);}
}

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
	section {
		padding-top: 20px;
	}
	
	article {
		padding-top: 20px;
		font-size: 1.5em;
	}
	
	#logo {
		width: 95px;
		height: 95px;
		background-size:95px 95px;
	}
	
}
