* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow: auto;
}

body,
body.flash {
	height: 100%;
	background: url(/imgs/logo-start.png) no-repeat center 50% fixed #141414;
	color: white;
	font-family: arial, helvetica, sans-serif;
}

a:link,
a:visited {
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
	-moz-outline: none;
	text-decoration: none;
}

a img {
	border: 0;
}

#container {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#floatingIcon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 531px;
	text-align: center;
	margin: -102px 0 0 -265px;
}

#floatingIcon a {
	display: block;
}

#represented {
	position: absolute;
	width: 199px;
	height: 21px;
	right: 6%;
	bottom: 7%;
}

#noscriptHint {
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 20px;
}

