* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
img {
	display: block;
}
ul,
ol {
	list-style: none;
}
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.silent {
	display: none;
}


html {
	-webkit-text-size-adjust: none;
}

html,
body {
    height: 100%;
	min-height: 100%;
}

body {
	background-color: #000;
	position: relative;
	height: 100%;
}

object#flasher,
div#alternativeContent {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

div#alternativeContent {
	background-color: #000;
	color: #ccc;
}

div#container {
	position: relative;
	/*margin: 0 auto;
	width: 420px;*/
	padding: 20px 20px 40px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	display: block;
	height: 100px;
	margin-bottom: 20px;
}
h1 a {
	display: block;
	height: 100px;
	background: url(images/logo.gif) center top no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

h2 {
	text-align: center;
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
h2 a {
	color: #fff;
	text-decoration: none;
	padding: 2px 3px;
}
h2 a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

h3 {
	text-align: center;
	font: normal 15px/20px Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

p {
	font: normal 15px/20px Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

h4 {
	text-align: center;
	font: normal 15px/20px Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	padding-top: 20px;
}
h4 a {
	color: #fff;
	text-decoration: none;
	padding: 2px;
	word-spacing: -1px;
}
h4 a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}




