

body {
	background: #000;
	margin:0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1em;
	color: #FFF;
	font-variant: normal;
	text-transform: none;	
}


a:link {
	animation:acidcolors 2s;
	animation-iteration-count: infinite;
	-webkit-animation:acidcolors 2s; /* Safari and Chrome */
	-webkit-animation-iteration-count: infinite;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #F06;
	animation:acidselect 0.1s;
	animation-iteration-count: infinite;
	-webkit-animation:acidselect 0.1s;
	-webkit-animation-iteration-count: infinite;
}
a:active {
	text-decoration: none;
	color: #0D0;
}

.yes1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -0.1em;
	text-align: left;
	line-height: 0.8em;
	color: #FFF;
	font-variant: normal;
	text-transform: none;
}

.yes2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}
.ies {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
}
#crossDiv {
	animation:crosscolors 45s;
	animation-iteration-count: infinite;
	-webkit-animation:crosscolors 45s; /* Safari and Chrome */
	-webkit-animation-iteration-count: infinite;	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10em;
	text-align: left;
	z-index: 100;
	position: absolute;
	overflow: visible;
	margin: 0 auto;
	top: 130px;
	width:480px;
	height:100px;
	text-align: center;
}

#linksDiv {
	position: absolute;
	overflow: visible;
	margin: 0 auto;
	display: inline-block;
	top: 500px;
	width:480px;
	height:50px;
	text-align: center;
}
	
#picDiv {
	background: url(last8GB.png);
	position: absolute;
	overflow: visible;
	margin: 0 auto;
	display: inline-block;
	top: 100px;
	width:480px;
	height:480px;
}

#zipDiv {
	position: absolute;
	overflow: visible;
	margin: 0 auto;
	display: inline-block;
	top: 550px;
	width:480px;
	height:50px;
	text-align: center;
}


@keyframes acidcolors
{
0%   {color: #F0C;}
25%  {color: #0F5;}
50%  {color: #FD0;}
75%  {color: #6FF;}
100% {color: #F0C;}
}

@-webkit-keyframes acidcolors /* Safari and Chrome */
{
0%   {color: #F0C;}
25%  {color: #0F5;}
50%  {color: #FD0;}
75%  {color: #6FF;}
100% {color: #F0C;}
}



@keyframes crosscolors
{
0%   {color: #000;}
25%  {color: #111;}
50%  {color: #111;}
75%  {color: #111;}
100% {color: #000;}
}

@-webkit-keyframes crosscolors /* Safari and Chrome */
{
0%   {color: #000;}
25%  {color: #111;}
50%  {color: #111;}
75%  {color: #111;}
100% {color: #000;}
}
