* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

/* http://orderedlist.com/articles/thining-text-in-safari-under-snow-leopard */

body {
	-webkit-text-stroke: 1px transparent;
}

@media only screen and (max-device-width:480px) {
	body {
		-webkit-text-stroke: 0 black;
	}
}

/* @end */

html {
	background-color: #fff;
}

body {
	color: #333;
	color: rgba(0, 0, 0, .75);
	font: 13px/20px Verdana, Geneva, sans-serif;
	text-shadow: #fff 0 1px 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}



#content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -275px;
	width: 34em;
	height: 19em;
	padding:  52px 52px 0 52px;
	text-align: center;
	background: #eee;
	border: 1px solid #fff;
	-webkit-box-shadow: #777 0 2px 10px;
	-moz-box-shadow: #777 0 2px 5px;	
}

#header {
	text-align: center;
	padding: 50px 0 0;
}

h1 {
	height: 0;
	width: 240px;
	text-indent: 290px;
	overflow: hidden;
	white-space: nowrap;
}


#large {
	color: #777;
	font-size: 18px;
	line-height: 25px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	margin-bottom: 4em;
}

strong {
	font-size: 24px;
	color: #222;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: #fff 0 1px 0;
}



.up {
	text-transform: uppercase;
}

a {
	color: #39c;
	font-weight: bold;
	text-decoration: underline;
	text-shadow: rgba(255, 255, 255, .25) 0 1px 0;
}

a:hover,
a:focus {
	color: #069;
}

a:active {
	color: #036;
}

p {
	margin-bottom: 2em;
}

