/* css 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 { margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
:focus { outline: 0; }
ul { list-style: none; }

body {
	font-size: 16px;
	font-family: Raleway, Verdana, sans-serif;
	color: #242424;
	text-align: center;
	font-weight: 400;
	background-color: #f7f7f7;
}
	
a { color: #242424; text-decoration: none; border-bottom: 1px dotted #888; }
a:hover { color: #999999; border-bottom: 1px dotted #ff53a2; }

.logo { width: 300px; max-width: 80%; }

p { 
	line-height: 20px;
	margin: 30px 0 25px 0;
	font-weight: 400;
}

#content { 
	margin:0 auto;
	padding-top: 150px;
	text-align: center;
	width: 350px;
}
