@import url( "/css/global.css" );
/*
 * Main page
 */
#wrapper {
	width: 1024px;
	height: 768px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 5%;
	background: rgb( 255, 248, 213 );
	border: 12px solid rgb( 64, 116, 122 );
	padding: 10px;
}
#right { 
	position: relative;
	font-size: 16pt;
	padding-top: 150px;
	color: rgb( 64, 116, 122 );
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	line-height: 3;
	float: left;
}
#badges { 
	position: relative;
	font-size: 16pt;
	padding-top: 155px;
	padding-right: 50px;
	color: rgb( 64, 116, 122 );
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	line-height: 2.5;
	float: right;
}
#left { 
	position: relative;
	float: left;
}
#footer { 
	position: absolute;
	width: 100%;
	bottom: 10px;
	font-size: 7pt;
	color: #888888;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

img {
	border: none;
}
