#toprow{
	background-image: url('/images/music.png');
	background-repeat: repeat-x;
}
#toprow .button{
	background-color: rgba(0,0,0,0);
	color: blue;
	padding-top:29px;
}

#prizes img{
    -webkit-transition: all 500ms ease; /* Safari and Chrome */
    -moz-transition: all 500ms ease; /* Firefox */
    -ms-transition: all 500ms ease; /* IE 9 */
    -o-transition: all 500ms ease; /* Opera */
    transition: all 500ms ease;
}

#prizes img:hover {
    -webkit-transform:scale(1.8); /* Safari and Chrome */
    -moz-transform:scale(1.8); /* Firefox */
    -ms-transform:scale(1.8); /* IE 9 */
    -o-transform:scale(1.8); /* Opera */
     transform:scale(1.8);
}
#prizes li{
	font-size: 10px;
}
 
#video div{
	margin: 0 0 0 0;
	font-size: 10px;
}
