#ifr {position: relative; border: 0; width: 100%; height: 390px; overflow: scroll;}

body {
	margin: 0;
	background-color: Black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
body, a {
	color: White;
}

.txt {
	margin: 10px;
}
.txt, .photos {
	background-color: transparent;
}
.photos img, .txt img {
	border: 1px solid #FFF;
}
.txt img {
	margin: 5px;
}

#home, #presentation, #photogallery, #wheretogo, #contactus {
	background: fixed no-repeat top left;
	position: relative;
	border: 1px solid White;
	width: 780px;
	height: 480px;
}
/*	left: 481px;
	top: 224px;*/
#home {
	background:  url("images/home.jpg");
}
#presentation {
	background:  url("images/bckg/pres.jpg");
}
#photogallery {
	background:  url("images/bckg/photo.jpg");
}
#wheretogo{
	background:  url("images/bckg/where.jpg");
}
#contactus{
	background:  url("images/bckg/contact.jpg");
}


thead td img {margin: 8px 0 13px 13px;}
thead th {border-width: 1px 0; border-color: white; border-style: solid; }
thead th td img {margin: 8px 0 5px;}
.unnamed1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	overflow: scroll;
}

