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;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
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: "" "";
}
/* Html */
html {
	height: 100%;
	overflow: hidden;
}
/* Body */
body {
	height: 100%;
	background: url(../images/bg_body.png) repeat-x bottom left #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
strong {
	font-weight: bold;
}
/* Flash */
#flash {
	width: 100%;
	height: 100%;
}
/* Alternative Content */
#logo {
	width: 533px;
	height: 119px;
	position: absolute;
	top: 32px;
	left: 5%;
	background: url(../images/bg_logo.gif) no-repeat;
	z-index: 2;
}
#logo h1,
#logo h2 {
	display: none;
}
a#skip {
	display: block;
	width: 198px;
	height: 35px;
	position: absolute;
	right: 5%;
	top: 80px;
	background: url(../images/bg_shortcut.gif) no-repeat;
	z-index: 3;
}
a#skip:link {
	background-position: top left;
}
a#skip:hover {
	background-position: bottom left;
}
a#skip span {
	display: none;
}
#content {
	width: 772px;
	height: 321px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -386px;
	background: url(../images/bg_content.gif) no-repeat;
	z-index: 1;
}
#content h3 {
	display: none;
}
#content p {
	color: #FFFFFF;
	width: 300px;
	position: absolute;
	top: 130px;
	left: 61px;
}
#content p a {
	display: block;
	margin-top: 30px;
}
#google {
	display: none;
}
hr {
	display: none;
}
