html {
	height:100%;
}
html, body {
	box-sizing: border-box;
	min-height:100%;
	width:100%;
	padding:0;
	margin:0;
}
body {
	position: relative;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;

	background:#eee;
	color:#444;
	padding:30px;
	font-family:'helvetica neue',arial;
	font-size:16px;
	line-height: 21px;
	
	background-image:url(/wm.png);
	background-position: center center;
	background-size:30%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#card {
	text-align: center;
	background-color:#f9f9f9;
	padding:30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	width:calc(100% - 60px);
	margin:auto;
	min-width: 250px;
	max-width: 700px;
	
	position: relative;
	border-radius: 3px;
	margin-bottom: 40px;
}
h1 {
	color:#222;
	margin-bottom:25px;
	margin-top:25px;
	font-size:35px;
	line-height:40px;
	letter-spacing: -1px;
	font-weight: 900;
}
img {
	display: block;
	margin:auto;
	margin-bottom:0;
}
a {
	color:#f25130;
}
#footer {
	position: absolute;
	bottom:20px;
	text-align: center;
	left:0;
	width:100%;
	font-size:13px;
	color:#888;
}
#footer b {
	color:#666;
}
#forsale {
	background:#ddd;
	color:#444;
	font-weight: bold;
	border-radius: 3px;
	padding:15px;
	margin: auto;
	margin-bottom:20px;
	position: relative;
	display: inline-block;
	font-size:20px;
	line-height: 25px;
}