body 
{
background-image:
url('s.jpg')
}

.player {
    position: absolute;
    top: 175px;
    left: 50%;
    margin-left: -200px;
	color: #cd5544;
	font-size: 52px;
}
p {
  	text-align: center;
	font-size: 20px;
	line-height: 18px;
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	color:white;
}
A:link {text-decoration: none; color:white;}
A:visited {text-decoration: none; color:white;}
A:active {text-decoration: none;color:green;}
A:hover {text-decoration: underline; color: red;}