/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
	width: 100%;
	height: 100%;
}
body {
	line-height: 1;
	width: 100%;
	height: 100%;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
p {
	margin-bottom: 16px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#site {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

#hello {
	width: 580px;
	margin: 40px auto 40px;
	position: relative;
	text-align: center;
	padding: 180px 0 40px;
}

#hello h1 {
	background-image: url("../images/identity/logo.png");
	background-repeat: no-repeat;
	background-position: 50% 0;
	width: 437px;
	height: 98px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left:-218px;
}
#hello footer {
	margin: 75px 0 0;
	font-size: 12px;
	color: #aaa;
}
#hello footer a {
	padding: 2px 5px;
	color: #888;
	text-decoration: none;
}
#hello footer a:hover {
	background-color: #eee;
	text-decoration: none;
}
















