@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Cabin:bold);

/* @Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* @Base Styles */

body {
	background: #666 url(../i/back.texture.jpg) no-repeat fixed top left;
	font: 18px "Cabin", Helvetica, Arial, sans-serif;
	text-align: center;
}

#content {
	margin: 50px auto 0 auto;
	width: 500px;
}

/* @Headers */

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	text-shadow: 0 1px 0 #888,
				 0 6px 1px rgba(0,0,0,.1),
               	 0 0 5px rgba(0,0,0,.1),
               	 0 1px 3px rgba(0,0,0,.3),
               	 0 3px 5px rgba(0,0,0,.2),
               	 0 5px 10px rgba(0,0,0,.25),
               	 0 10px 10px rgba(0,0,0,.2),
               	 0 20px 20px rgba(0,0,0,.15);
}

h1 {
	font-size: 80px;
	line-height: 80px;
	letter-spacing: -3px;
	margin-bottom: 70px;
}

h3 {
	margin-top: 11px;
	font-size: 18px;
	line-height: 18px;
}

h4 {
	font-size: 24px;
	line-height: 24px;
}