#container {
	height: 800px;
	width: 950px;
	margin-left: 10px;
}
#title {
	position:absolute;
	height:50px;
	z-index:1;
	left: 10px;
	top: 75px;
	width: 550px;
}
#tngallery {
	position:absolute;
	width:350px;
	height:auto;
	z-index:2;
	top: 75px;
	left: 575px;
}
#fsgallery {
	position:absolute;
	width:550px;
	height:550px;
	z-index:3;
	left: 10px;
	top: 130px;
}
#text {
	position:absolute;
	width:350px;
	z-index:5;
	top: 605px;
	background-color: #CCCCCC;
	padding: 3px;
	border: 1px dashed #CCCCCC;
	left: 575px;
}
#footer {
	position:absolute;
	width:700px;
	z-index:6;
	top: 700px;
	padding: 3px;
	left: 60px;
}

img.thumbs {
	height:75px;
	width:75px;
	padding: 3px;
	margin: 3px;
	border:none;
}
