/* Style Reset - Base on Eric Meyer's reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>*/
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; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }

body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	background: #eee;
	color: #888888;
	line-height: 28px;
	text-rendering: optimizeLegibility;
	}
	
#page {
	width: 840px;
	height: 868px;
	margin: 20px auto;
	position: relative;
	}

#column_one{
	position: absolute;
	top: 0;
	left: 0;
	padding:30px 0px 0px 0px;
	z-index: 1;
	}

#column_two{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	}
	
.paragraph {
	width: 390px;
	position: relative;
	}
	
.paragraph a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #d70000;
	color: #d70000;
	}

h1 {
	font-size: 42px;
	font-weight: normal;
	padding: 50px 0 28px 70px;
	color: #000;
	background: url(../images/icon.png) no-repeat 0 36px;
	}

h2 {
	font-size: 32px;
	font-weight: normal;
	text-transform: lowercase;
	padding: 30px 0 22px 0;
	color: #000;
	}

ul li {
	font-size: 20px;
	padding-left: 18px;
	background: url(../images/bullet.png) no-repeat 0 50%;
	}
	
#button {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #d70000;
	/*padding: 18px 25px;*/
	padding: 16px 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 2px;
	right: 0;
	font-size: 18px;
	}


#app_store {
	position: absolute;
	bottom: 0;
	right: 107px;
	font-size: 18px;
	z-index: 200;
	}

.copyright {
	color: #bbb;
	font-size: 12px;
	}
.copyright a {
	color: #bbb;
	text-decoration: none;
	}
.copyright a:hover {
	color: #d70000;
	}
