body
{
	background-image: url(images/bg1.gif);
}

div.main
{
	position: relative;
	background-image: url(images/header1.gif);
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}

div.nav
{
	position: absolute;
	left: 273px;
	top: 170px;
}

div.header
{
	position: absolute;
	top: 147px;
	left: 273px;
}

div.text
{
	position: absolute;
	top: 175px;
	left: 263px;
	width: 518px;
	height: 401px;
	margin: 10px;
	overflow: auto;
}

div.footer
{
	position: absolute;
	bottom: 5px;
	left: 5px;
}