/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#fff;
	font: normal 11px Arial, sans-serif;
	color: #000;
	line-height: 17px;
}

a img {
	border: none;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

#centeredcontent {
	height: 600px;
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -300px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

#flashcontent {
	text-align:center;
	/*border: solid 1px #5c5137;*/
	width: 1000px;
	height: 600px;
}

#container {
	position: relative;
	top: 50%;
	margin-top:-50px
}


/* FLASH */

body#flash #html {
	text-align: center;
	font-size: 1.7em;
	font-weight: bold;
	color: #666666;
}

body#flash #html img {
	margin-top: 90px;
}

body#flash #html a.ba-link {
	font-size: 0.7em;
}

body#flash #html a:link,
body#flash #html a:visited,
body#flash #html a:hover,
body#flash #html a:active {
	color: #666666;
	text-decoration: none;
}

body#flash #html a:hover {
	text-decoration: underline;
}

/* HTML */

#centeredcontent {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -300px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #FFFFFF;
}

#content {
	/*border: solid 1px #5c5137;*/

}

#html {
	margin: 55px 40px 80px 48px;
	position: relative;
	height: 403px;
}

a.ba-link:link,
a.ba-link:visited,
a.ba-link:hover,
a.ba-link:active {
	position: absolute;
	bottom: 10px;
	left: 200px;
	width: 190px;
	text-align: center;
	color: #8993A6 !important;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: normal;
}

a.ba-link:hover {
	color: #FFFFFF !important;
	font-weight: normal;
	text-decoration: none !important;
}

h1.main {
	text-indent: -100000em;
	width: 300px;
	height: 92px;
	margin: 0 auto 15px auto;
}



