*
{
	height: 100%;
}
#floater
{
	height: auto;
	width: auto;
	position: relative;
	top: 85%;
	text-align: right;
}
#name
{
	font-size: 350%;
	letter-spacing: 0.1em;
	padding-right: 2.2em;
}
#copyright
{
	font-size: 65%;
	padding-right: 0.8em;
}
#ribbon
{
	height: 120px;
	position: relative;
	top: 25%;
	background-color: #ff3300;
	width: 100%;
}
#ribbon *
{
	float: left;
	clear: none;
	height: auto;
}
#ribbon_leftspace
{
	height: 100%;
	width: 10%;
}
#ribbon_image
{
	width: 20%;
	background-image: url( '/images/bg.jpg' );
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	min-height: 100%;
	height: 100%;
	max-height: 100%;
}
#ribbon_content
{
	padding: 20px;
	width: 50%;
	height: 100%;
	font-size: 175%;
}
#ribbon_content *
{
	float: none;
	vertical-align: middle;
	border: none;
}
#ribbon_content ul { list-style-type: none; }
#ribbon_content ul li { color: #ffffff; }
#ribbon_content a:hover { color: #ffaa77; }

