/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#structure {
	background-image: url("../images/bg.gif");
	height: 590px;
	width: 994px;
	position: relative;
}
#logo {
	height: 72px;
	width: 131px;
	position: absolute;
	top: 60px;
	left: 432px;
}
#content {
	position: absolute;
	height: 277px;
	width: 864px;
	left: 65px;
	top: 162px;
}
#credits {
	text-align: center;
	position: relative;
}
#navigation {
	width: 864px;
	top: 462px;
	position: absolute;
	left: 65px;
}
.naviitem {
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content p {
	margin: 0px;
	padding: 0px;
}
#leftbrowser {
	height: 277px;
	width: 30px;
	left: 35px;
	top: 162px;
	position: absolute;
}
#rightbrowser {
	position: absolute;
	height: 277px;
	width: 30px;
	left: 929px;
	top: 162px;
}

