/* Layout */


html, body {
	margin:0px;
	text-align:center;
}

div#body {
	position:relative;
	width:976px;
	background:no-repeat url(../img/bg.gif);
	height:100%;
	margin:auto;
	text-align:left;
}

div#ticker {
	position:absolute;
	height:40px;
	padding-left:25px;
	padding-top:22px;
	margin-left:429px;
	width: 397px;
	top:47px;
	visibility:hidden;
}

div#header {
	position:relative;
	margin-left:64px;
	width:852px;
	height:108px;
	background:url(../img/head.gif);
	visibility:hidden;
}

div#logo {
	width:429px;
	height:108px;
	visibility:hidden;
}

div#nav{
	position:absolute;
	height:32px;
	padding-left:13px;
	padding-top:15px;
	margin-left:429px;
	width: 409px;
	visibility:hidden;
}


	
div#content{
	position:absolute;
	width:100%;
}

div#teaser {
	padding:20px 20px 0px 11px;
	float:left;
	width:311px;
	visibility:hidden;
}

div#footer{
	position:static;
	width:870px;
	height:64px;
	background:url(../img/footer.gif);
	padding:34px 0px 0px 106px;
	clear:left;
	visibility:hidden;
}

.txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	text-decoration:none;
}

div#h1_content {
	position:absolute;
	width:100%;
	margin-left:-100px;
	margin-top:-100px;
	}


div#h2_content {
	position:absolute;
	width:100%;
	margin-left:-100px;
	margin-top:-100px;
	}



h1 {
visibility:hidden;
position:absolute;
	margin-top:-100px;
	font-size:16px;
	z-index:999;
}