/* hush.com 12/06/2010
   paul shand
----------------------------------------------------------------------------------------------------*/

/* 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, 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;
	vertical-align: baseline;
	background: transparent;
}
/* tag
----------------------------------------------------------------------------------------------------*/ 

html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px / 1.4em;
	color: #D9D9D9;
}
body {
	background-color: #211E1E;
	background-image: url(../images/logo_hush.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #999;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 1.4em;
	text-align: center;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 0.85em;
}
h4 {
	font-size: 0.7em;
}
h1 + h2, h2 + h3, h3 + h4 {
	margin-top: 1em;
}
p {
	line-height: 1.4em;
	padding-bottom: 1.4em;
	text-align: center;
}
#footer p {
	font-size: 10px;
}
a {
	text-decoration: none;
	color: #F15928;
}
a:hover {
	color: #FFF;
}
/* containers
----------------------------------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	z-index: 200;
	width: 600px;
	margin: 235px auto 0;
}
#footer {
	position: absolute;
	z-index: 100;
	width: 600px;
	bottom: 15px;
	padding-top: 110px;
	margin-left: -300px;
	left: 50%;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/chairs.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
