html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
background-position: 0% ;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
  	background-attachment: fixed;
	background-color: #3a3a3a;
	background-image: url(../images/bg-page.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	height: 100%;
	margin: 0; 
	padding: 0; 
	text-align: center; 
}

p	{
	font: normal normal normal 75% Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	text-decoration: none;
	text-transform: none;
	}

h1 {
	color: #FFFFFF;
	font: normal normal normal 150% Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font: normal normal normal 75% Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 0%;
	padding-top: 20px;
	text-decoration: none;
	text-transform: none;
}

a,a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:focus {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

#outerWrapper {
	margin: 0 auto 0 auto; 
	text-align: left; 
	width: 806px;
	height: 630px;
}
#outerWrapper-tpg {
	margin: 0 auto 0 auto; 
	text-align: left; 
	width: 1000px;
	height: 800px;
}

#outerWrapper #header {
	background-image: url(../images/hsb-logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom-style: none;
	font-size: 18px;
	font-weight: bold;
	height: 87px;
	line-height: 15px;
	padding: 0; 
}

#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #content-video {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px 0 10px 0px;
	width: 800px;
}

#content a {border-bottom: 1px dotted #ccc; text-decoration: none;}
#content a:hover {border-bottom: 1px dotted #ccc;}

#flashcontent {
	border: none;
	width: 806px;
	height: 570px;
	margin: 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	}

