/** {
	padding: 0;
	margin:  0;
}

body {
	background: #000;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif
	!important;
}*/

#wrap {
	width: 670px;
	cursor: pointer;
	margin: 30px auto 0 auto;
}

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

#wrap a#demo-link {
	font-size: 20px;
	color:#000;
	line-height: 28px;
	text-align: center;
}

#wrap img {
	float: left;
	height: 67px;
	width: 67px;
	opacity: 0.2;
	z-index: 0;
}