*{
	margin:0;
	padding:0;
}
body{
	background:#111;
	color:#fff;
	text-align:center;
}
h1 a{
	color:#fff;
	font-family: 'Roboto Slab';
	font-weight: 700;
	font-size: 20px;
	text-decoration:none;
}
h2{
	color:#fff;
	font-family: 'Roboto Slab';
	font-weight: 300;
	font-size: 13px;
}
#logo{
	margin:50px auto;
}
#content{
	margin-top:80px;
	font-size:60px;
	padding:0 10%;
	overflow:hidden;
}
#generate{
	margin-top:50px;
}
	.button {
		-moz-box-shadow:inset 0px 1px 0px 0px #ffade6;
		-webkit-box-shadow:inset 0px 1px 0px 0px #ffade6;
		box-shadow:inset 0px 1px 0px 0px #ffade6;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
		background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
		background-color:#ff5bb0;
		-webkit-border-top-left-radius:3px;
		-moz-border-radius-topleft:3px;
		border-top-left-radius:3px;
		-webkit-border-top-right-radius:3px;
		-moz-border-radius-topright:3px;
		border-top-right-radius:3px;
		-webkit-border-bottom-right-radius:3px;
		-moz-border-radius-bottomright:3px;
		border-bottom-right-radius:3px;
		-webkit-border-bottom-left-radius:3px;
		-moz-border-radius-bottomleft:3px;
		border-bottom-left-radius:3px;
		text-indent:0px;
		display:inline-block;
		color:#ffffff;
		font-family: 'Roboto Slab', Georgia;
		font-size:14px;
		font-weight:bold;
		font-style:normal;
		height:40px;
		line-height:40px;
		width:200px;
		text-decoration:none;
		text-align:center;
		text-shadow:1px 1px 0px #c70067;
	}
	.button:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
		background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
		background-color:#ef027d;
	}.button:active {
		position:relative;
		top:1px;
	}
#ad{
	background:#111;
	border:1px solid #333;
	width:468px;
	height:60px;
	margin:20px auto;
}
#facebook_like{
	margin:20px auto;
	text-align:center;
	color:#fff;
}