html, body {
	background-image: url("./gfx/back.png");
	color: #fff;
	margin: 0;
	padding: 0;
}

body a:link, body a:visited {
	color: #fff;
}


#top {
	width: 780px;
}

#logo {
	width: 780px;
	height: 291px;
	background-image: url("./gfx/logo.png");
	background-repeat: no-repeat;
	text-align: left;
}

#menu {
	width: 780px;
	height: 35px;
	background-image: url("./gfx/menu.png");
	text-decoration: none; 
	overflow: hidden;
}

#page {
	width: 780px;
	height: 524px;
	background-image: url("./gfx/page.png");
	background-repeat: no-repeat;
}

#page_photos
{
	float:right;
	background-image: url("./gfx/page_photos.png");
	background-repeat: no-repeat;
	width: 200px;
	height: 524px;
}
#page_txt
{
	float:right;
	width: 580px;
	height: 544px;
}