/* IVY HU - CSS */

body, div, h1, h2, h3, h4, h5, h6, p, ul, li, img, header, section, aside, footer, button {
	margin: 0; padding: 0; border: 0;
}

body {
	font: 'Oswald', sans-serif;
	background: url(images/bg_tile.png) repeat;
	text-align: center;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

a {
text-decoration: none;
color: #f17182;
}

#container {
	width: 620px;
	text-align: center;
	margin-top: 0;
	height: 1000px;
}

#section {
	
}

#img#sharedbill {
	z-index: 1;
	display: block;
	width: 550px;
}

	h1 {
	font: 26px 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #8c8c8c;
	z-index: 0;
	clear: both;
	margin-top: 40px;
	margin-bottom: 20px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

#img#appstore {
	clear: both;
	display: block;
	padding-bottom: 30px;
	padding-top: 20px;
}

#footer {
	padding-bottom: 40px;
	padding-top: 20px;
	clear: both;
}
  h2 {
	font: 23px 'Oswald', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	color: #333333;
}

