body {
	background-color: #489fe2;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}

.style7 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
}

h3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #FFFFFF; 
}

strong {
	font-size:120%;
	text-decoration: underline;
}
 		
a {
  	color:#FFFFFF;
	text-decoration:none;
	line-height:12px;

}
		
a span.two { 
	color:#f66bc8; 

}
 
a:hover {
  	color:#f66bc8;
}

@-webkit-keyframes ooh {
 0% {
   	top: 0px;
  	-webkit-transform: scale(1.0) rotate(0deg);
 }
 5% {
   	top: -100px;
  	-webkit-transform: scale(1.0) rotate(1deg);
 }
 10% {
   	top: -100px;
  	-webkit-transform: scale(1.0) rotate(-3deg);
 }		 
 15% {
   	top: -100px;
  	-webkit-transform: scale(1.0) rotate(3deg);
 }				 
 20% {
   	top: -110px;
  	-webkit-transform: scale(1.3) rotate(-6deg);
 }		 
 25% {
   	top: -100px;
  	-webkit-transform: scale(1.0) rotate(3deg);
 }
 30% {
   	top: -100px;
  	-webkit-transform: scale(1.00) rotate(-2deg);
 }		
 35% {
  	top: 0;
  	-webkit-transform: scale(1.0)rotate(0deg);
 }				 
 100% {
   	top: 0;
  	-webkit-transform: scale(1.0)rotate(0deg);
 }			 		 
}

img.bag {
 -webkit-animation-name: ooh;
 -webkit-animation-duration: 6s;
 -webkit-animation-iteration-count: 3;
 -webkit-animation-timing-function: ease-in-out;
 -moz-animation-name: ooh;
 -moz-animation-duration: 6s;
 -moz-animation-iteration-count: 3;
 -moz-animation-timing-function: ease-in-out;
 animation-name: ooh;
 animation-duration: 6s;
 animation-iteration-count: 3;
 animation-timing-function: ease-in-out;
}
