* {
	padding: 0;
	margin:  0;
}

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

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

#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;
}


