* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

body {
	font-family: "quara-web-1","quara-web-2",sans-serif;
	font-size: 20px;
	line-height: 30px;
	background-color: #000;
	color: #fff;
	background-color: #222;
	/* fallback image */
	background-image: -moz-linear-gradient(100% 100% 90deg, #555, #222);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#555));
}

div#container {
	padding-top: 64px;
	background: url('../_images/TheBespokeOblique.png') no-repeat right -6px;
}

div#info {
	width: 520px;
	height: 520px;
	margin-left: 64px;
}

div#info a {
	color: #fff;
	text-decoration: none;
}

div#banner {
	padding-bottom: 30px;
	font-size: 24px;
	text-shadow: 0px 4px 16px #000;
}
