* {
	padding: 0;
	margin:  0;
}

body {
	background: #000;
	color: #FFF;
	font-family: Helvetica, sans-serif;
}

#wrap {
	width: 670px;
	height: 268px;
	cursor: pointer;
}

#wrap a {
	display: block;
	font-size: 72px;
	text-decoration: none;
	color: #999;
	line-height: 268px;
	text-align: center;
}
#wrap a:hover {
	color: #FFF;
}

#wrap a#demo-link {
	font-size: 24px;
	color: #FFFFCC;
	line-height: 268px;
	text-align: center;
}

#wrap img {
	float: left;
	height: 67px;
	width: 67px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	zoom: 1;
	z-index: 0;
}
