* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
img {
	display: block;
}
ul,
ol {
	list-style: none;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.silent {
	display: none;
}

.noMargin {		margin: 0 !important;}
.noPadding {	padding: 0 !important;}
.noBorder {		border: none !important;}


body {
	background-color: #fff;
}

div#container {
	position: relative;
	height: 550px;
	overflow: hidden;
}

img {
	width: 100%;
	margin: 0 auto;
}

img.logo,
h1,
h2,
h3 {
	display: none;
}

div#footer p {
	text-align: center;
	color: #999;
	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	letter-spacing: 0.25px;
	margin-bottom: 40px;
}
div#footer p a {
	font: bold 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	letter-spacing: 0.25px;
	color: #000;
	text-decoration: none;
}