html {
    overflow:auto;
}

body {
	padding:0px;
	margin:0px;
	background-color:#ccc;
	height:100%;
	overflow:hidden;
}

#overlay-banner {
	position:absolute;
	height:452px;
	top:-479px;
	left:50%;
	margin-left:-345px;
	width:691px;
	display:table;
}
	#overlay-banner a img {
		float:left;
		display:block;
		border:none;
	}
	#overlay-banner #close {
		float:left;
		width:691px;
		height:20px;
		background:#000 url('../img/close.gif') 671px 0px no-repeat;
		cursor:pointer;
	}
#banner-reversebutton {
	position:absolute;
	height:20px;
	width:400px;
	top:-21px;
	left:50%;
	margin-left:-200px;
	background:url('../img/landing/banner-reversebutton.gif') top no-repeat;
	cursor:pointer;
	border:1px solid #000;
	border-top:none;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:999px;
	height:690px;
}

	#header {
		height:200px;
		width:999px;
		float:left;
	}
		#header ul{
			list-style:none;
			padding:0px;
			margin:0px;
		}
		#header ul li {
			display:inline;
		}
		#header ul li .td_button {
			background-image:url(../img/td.jpg);
		}
		#header ul li .eda_button {
			background-image:url(../img/eda.jpg);
		}
		#header ul li .nee_button {
			background-image:url(../img/nee.jpg);
		}
		
		#header ul li a {
			display:block;
			float:left;
			height:200px;
			width:333px;
		}
		#header ul li a:hover {
		    background-position:bottom;
	    }
	
	#balk {
		height:105px;
		width:999px;
		background-color:#aa0016;
		float:left;
	}
		#balk a {
			display:block;
			height:105px;
			width:999px;
			background-image:url(../img/landing/balk_hover.jpg);
		}
		#balk a:hover {
		    background-position:bottom;
		}
		
	#news {
		height:20px;
		width:999px;
		background-color:#263a81;
		float:left;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
	#news p {
		float:left;
		padding:3px 0 3px 0;
		margin:0;
		color:#fff;
		line-height:11px;
		font:11px verdana;
	}
	#news p span.first{
		border-left:none;
	}
	
	#main {
		height:345px;
		background-image:url(../img/landing/main.jpg);
		width:999px;
		float:left;
		position:relative;
	}
		#fin {
			position:absolute;
			top:308px;
			left:46px;
			display:block;
			width:80px;
			height:27px;
		}
	
	#footer {
		float:left;
		width:999px;
	}
	    #footer ul {
	        margin:10px auto 0 auto;
	        list-style:none;
	        padding:0;
	        width:295px;
	    }
	    #footer ul li {
	        display:block;
	        float:left;
	        line-height:15px;
	        font-family:verdana;
	        font-size:10px;
	        color:#666;
	        height:15px;
	        padding-right:5px;
	    }

