#tv {
	height: 196px;
	width: 250px;
	position: absolute;
	z-index: 20;
	top: 0px;
	margin: 0px;
	left: 510px;
	}	
	
	#content {
	float: left;
	margin-top: 0;
	width: 558px;
	height:600px;
	background-image: url(../images/container.gif);
	background-repeat: repeat-x;
	background-position: 0px 70px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	}
	
	/* for Non Internet Explorer */
html>body #content {  
	height: auto;
	min-height: 600px;
	}
	
#heading {
	height: 150px;
	background-image: url(../images/heading.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	}	
	
#news {
	width: 760px;
	background-image: url(../images/footer.gif);
	border-bottom: 1px solid #e1e1e1;
	height: 30px;
	}
