*, html, body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

html
{
	min-height: 100%;
}

body
{
	background: url(img/bottom.gif) right bottom no-repeat #333333;
}

div#pseudo
{
	width: 300px;
	height: 386px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(img/corner.gif) top left no-repeat;
	z-index: -1;
}

div#wrapperFrame
{
	padding-top: 100px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

span#logo
{
	display: block;
	height: 40px;
	margin-bottom: 10px;
	background: url(img/logo.gif) left bottom no-repeat;
}

div#footer
{
	float: right;
	margin-right: 8px;
}

div#toolbar
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #6f6f6f;
}

div#toolbar a
{
	text-decoration: none;
	font-weight: bold;
}

div#toolbar a:hover
{
	color: #777777;
}

div#status
{
	margin-top: 5px;
	position: relative;
}

a.active
{
	color: #666;
}