html {
	margin:0px;
	padding:0px;
}

body {
	background:url(webgfx/mainsides.gif);
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#portal{
	position:absolute;
	margin-right:-400px;
	margin-top:-200px;
	right:50%;
	top:50%;
}

.roottable{
	background:url(webgfx/rootmain.jpg) no-repeat right;
}
.rootsub{
	background:url(webgfx/rootsubBG.jpg) no-repeat left;
	padding:10px;
}

.commons{
	background:#FFFFFF;
}

.topnews{
	text-align:center;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000033;
}

.bottominfo{
	text-align:left;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000033;
}

.frTL{
	background:url(webgfx/frames/frTL.jpg) no-repeat top left;
	width:20px;
	height:20px;
}
.frTR{
	background:url(webgfx/frames/frTR.jpg) no-repeat top right;
	width:20px;
	height:20px;
}
.frT{
	background:url(webgfx/frames/frT.jpg) repeat-x top left;
	height:10px;
}
.frL{
	background:url(webgfx/frames/frL.jpg) repeat-y left;
	width:10px;
}
.frR{
	background:url(webgfx/frames/frR.jpg) repeat-y right;
	width:10px;
}
.frBL{
	background:url(webgfx/frames/frBL.jpg) no-repeat bottom left;
	width:20px;
	height:20px;
}
.frBR{
	background:url(webgfx/frames/frBR.jpg) no-repeat bottom right;
	width:20px;
	height:20px;
}
.frB{
	background:url(webgfx/frames/frB.jpg) repeat-x bottom left;
	height:10px;
}