/*	General
 ------------------------------------------------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
	}

html {
	background: #111111 url('http://mustbefresh.com/splash/images/light.jpg') no-repeat top center;
}

body {
	font-style:normal; font-variant:normal; font-weight:normal; line-height:1; font-size:62.5%; font-family:Garamond
	}

a {
	outline: none;
	font-size: 1.2em;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-decoration: none;
	color: #666;
	background-color: #292929;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	padding: 5px 15px;
	position: absolute;
	top: 0;
	right: 6%;
	}
	a:hover {
		color: #999;
		}

h1, h2 {
	text-transform: uppercase;
	}

h1 {
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #CCC;
	}

#container {
	margin: 220px auto 0;
	width: 400px;
	text-align: center;
	}

#container p {
	color: #666;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.8em;
	margin: 0 0 15px;
	}