@charset "utf-8";

/* General Reset */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
	border:0pt none;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0pt;
	padding:0pt;
	vertical-align:baseline;
}

body{
	background-color:#eee;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(white), to(#ddd));
	background-image:-webkit-linear-gradient(white, #ddd);
	background-image:-moz-linear-gradient(white, #ddd);
	background-image:linear-gradient(white, #ddd);
	background-attachment:fixed;
	color: #666;
    font-size: 12px;
    text-rendering: optimizeLegibility;
}

html,body{
	text-align: center;
}

#blank {
	background-color: #fff;
	}


h1{
	margin-top: 200px;
    color: #444; 
    text-align:left;
    font-family: NimbusSanNov-UltLig;
	font-size: 100px;
	text-align: center;
}


h2{
    color: #444;
    font-family: NimbusSanNov-UltLig;
    font-size: 20px;
	text-align: center; 
}

/* Container */
#container{
	margin: 1em auto;
	width: 790px;
}
