html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: bold 16px Arial, Helvetica, sans-serif;
	vertical-align: baseline
}
body {
	line-height: 1
}
.wrapper {
	position: absolute;
	width: 176px;
	height: 120px;
	top: 50%;
	margin-top: -60px;
	left: 50%;
	margin-left: -88px
}
a {
	text-decoration:none
}
.words {
	background: url(play.png) center center no-repeat;
	position:absolute;
	width:176px;
	height:120px;
	color:#676767
}
a:hover .words {
	background: url(white.png) repeat
}
p{
	display:none;
	text-align:center;
	position:relative;
	top:40px;
	padding:0 3px
}
p span {
	font-size: 18px
}
a:hover p {
	display:block
}
.gif {
	z-index: -1;
	left:3px;
	top:3px
}
img, canvas {
	position:absolute
}

.none {
	display:none
}