/*
structure.css

2006-02-20 23:40:13 (Jake): created
2006-02-23  0:16:27 (Jake): homepage centered
*/

body.back  { 
	background-color: rgb(64,94,113);
	background-image: url(image/bg-monster.jpg) }

#container   {
	background-color: white;
	margin: auto;
	position: relative;
	width: 798px;
	height: 600px;
	border: solid 0px rgb(29,52,66)
}

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 798px;
	height: 81px;
	background-image: url(image/topplist.png);
}

#toplink {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 798px;
	height: 84px;
}

#middlerow, #middlerow_loggedin {
	position: absolute;
	left: 0px;
	top: 99px;
	width: 796px;
	height: 501px;
	border-left-style: solid; 
	border-left-width: 1px;
	border-left-color: rgb(29,52,66);
	border-right-style: solid; 
	border-right-width: 1px;
	border-right-color: rgb(29,52,66);
	background-color: white;
}

#pageframe, #pagediv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 796px;
	height: 500px;
	background-color: white;
}

#bottom {
	position: absolute;
	left: 0px;
	top: 600px;
	width: 798px;
	height: 24px;
	padding-top: 2px;
	border-top-style: solid; 
	border-top-width: 1px;
	border-top-color: rgb(29,52,66);
	background-image: url(image/bottomlist.png);
}
