body {
	font-family: Verdana, sans-serif;
	background-color: #FFF;
	margin: 0;
}

.clear {
	clear: both;
}

/* @group Index */

#indexBadge {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(IPD_Badge.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#indexBadge span {
	display: none;
}

/* @end */

/* @group Framework */

#container {
	width: 762px;
	margin: 40px auto;
}

#contentBadge {
	width: 362px;
	height: 450px;
	float: left;
	background-image: url(IPD_Badge.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#contentBadge h1 {
	display: none;
}


#content {
	margin-left: 400px;
	padding-top: 30px;
	width: 362px;
}

/* @end */

/* @group Content */

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul li {
	margin: 0;
	padding: 0;
}

#content ul li a {
	display: block;
	background-color: #000;
	color: #FFF;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	text-decoration: none;
}

#content ul li a:hover {
	background-color: #333;
	text-decoration: underline;
}

/* @end */

