@charset "iso-8859-1";

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-image:url(../images/bg.png);
	background-repeat: repeat;
}

#pageWrap
{
	width: 580px;
	height: auto;
	min-height: 200px;
	margin: 0 auto;
}

#contentWrap
{
	width: 580px;
	height: 514px;
	border: 3px solid;
	border-color: #FFF;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#header
{
	width: 580px;
	height: 180px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#badge
{
	width: 580px;
	height: 334px;
	background-image: url(../images/badge.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}




