html, body { 
	margin: 5 0 0 0;	
	padding:0;
	text-align:center; 
	background-color: #000000;
	font: normal 11px Verdana;
	color: #ffffff;
	scrollbar-base-color: rgb(51, 51, 51);
	scrollbar-arrow-color: rgb(200, 200, 200);
	scrollbar-track-color: rgb(65, 65, 65);
	scrollbar-highlight-color: rgb(125, 125, 125);
 } 

#pagewidth{ 
	width:974px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	background-color: rgb(158, 45, 75); 
} 
#bottom {
	position:relative; 
	height: 70px;
	width:100%;
} 
#wimpyTarget {
	position: relative;
	top: 13px;
	float: right;
	right: 15px;
}
#project {
	position: relative;
	top: 16px;
	left: 15px;
	float: left;
}
#box {
	margin: 3px 0;
}
.dropDown {
	font-size: 11px;
	color: #fff; 
	width: 200px;
	background-color: #ab4660;
	border-color: #ab4660;
}

/* Links */
.defaultlink
{
	font: normal 11px Verdana;
	color: #ccc;
	text-decoration: underline;
}
.defaultlink:visited
{
	color: #ccc;
	text-decoration: underline;
}
.defaultlink:Hover
{
	color: #fff;
	text-decoration: underline;
}
.hiddenLink
{
    color: rgb(158, 45, 75);
}