body{
	font-family: Helvetica;
	background: url(../images/bg.jpg) ;
}

#change{
	width: 980px;
	height: 300px;
	margin: 0 auto;
	margin-top:20%;
	text-shadow: 0 1px 0 #ffffff;
	font-size: 2.5em;
	text-align: center;
}

#change a{
	width: 330px;
	margin: 0 auto;
	color: #00cdff;
	display: block;
	text-transform: uppercase;
	margin-top: 30px;
	-webkit-transition: 0.2s linear all;
  	-moz-transition: 0.2s linear all;
  	-ms-transition: 0.2s linear all;
  	-o-transition: 0.2s linear all;
  	transition: 0.2s linear all;
}

#change a:hover{
	color: gray;
}