*{outline:0px;}#pageWrapper {
	/* max-width: 100%; */
	min-width:1260px;
	margin: 0 auto;
	background-image:url(../img/content.png);
}
ul{
    list-style: none;
}
a{
	cursor:pointer;
}

					#mig
{
-webkit-animation:myfirst 1s infinite;
animation:myfirst 1s infinite ;
}

@-webkit-keyframes myfirst
{
50%  {color:white;}
100% {color:red;}
}

@keyframes myfirst
{
50%  {color:white;}
100% {color:red;}
}

#mig1
{
-webkit-animation:myfirst 1s infinite; 
animation:myfirst 1s infinite ;
}

@-webkit-keyframes myfirst
{
50%  {color:white;}
100% {color:red;}
}

@keyframes myfirst
{
50%  {color:white;}
100% {color:red;}
}