* {
	font-family: Verdana, sans-serif;
	margin: 0px;
}
a:active
{
  outline: none;
}

body {
	background-color: #C7C5B8;
	background-image: url(../images/backfade.gif); 
	background-repeat: repeat-x;
	background-position: center;
	height: 100%;
}
#pagecontainer {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top:-99px;
	margin-left:-156px;
	width:313;
	height: 267;
}
.sitebar {
	height: 29; 
	background-image: url(../images/windowbarback.gif); 
	background-repeat: repeat-x;
	width: 100%; 
}

.wtext {
	color: #E1E8D4;
	font-size: 10px;
	font-weight: bold;

}