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 , a {
	outline: 0;
	outline-width: 0px;
}

html {
	height:100%;
	margin:0px;
	padding:0px;
}
body {
    height:100%;
	margin:0px; 
	padding:0px; 
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#container {
    position: absolute;
	margin-top: 40px;
	width: 100%;
	text-align: center;
}
#logo {

	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url('bg.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
    	width: 564px;
	height: 306px;
	border: 0px none;
}

#contact {
	position: relative;
	margin-left: 6px;
	margin-top:15px;
	text-align: left;
	top: 260px;
	font-size: 14px;
}

#contact a, #contact a:visited {
	color: #ccc;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	border: 0px;
}

#contact a:hover, #contact a:active {
	font-weight: bold;
	font-style: normal;
	color: #000;
	font-style: inherited;
}

a#player {
	position: relative;
	left: 173px;
	top: -13px;
}
	

#confirmation {
	float:left;
	margin-left:10px;
	margin-top:145px;
	width:400px;
}
#disclaimerlink {
	position:absolute;
	left: 10px;
	bottom: 10px;
}
#disclaimerlink a {
	font-size: 8px;
}
#disclaimer {
	margin-top:65px;
	width: 400px;
	float: right;
}
#disclaimer p {
    font-size: 12px;
}
p {
	color: #98A8B5;
	margin-bottom: 10px;
}
a:link, a:visited, a:active  {
	color: #C6DAEB;
	text-decoration: none;
	border-bottom: 1px dotted #C6DAEB;
}
a:hover, a:focus {
	border-bottom: 1px solid #C6DAEB;
}

a img { 
	border: 0px none;
}

.hide {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



