html {
	top: 0;
	bottom: 0;
	margin: 0;
	border: none;
	padding: 0;
	border: none;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: visible;
}

body#xxxBody {
	top: 0;
	bottom: 0;
	margin: 0;
	border: none;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #efea8f;
	text-align: center;
	overflow: visible;
}

.xxxPart {
	position: relative;
	float: left;
	clear: left;
	display: inline;
	margin-left: 50%;
	width: 0;
	overflow: visible;
}

#xxxHeader {height: 20%;}

#xxxLogo {
	position: absolute;
	bottom: 20px;
	left: -135px;
}

#xxxMain {height: 70%;}

.xxxMenu {
	position: absolute;
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.xxxMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.xxxMenu li {padding: 5px 0;}

.xxxMenu a {text-decoration: none;}

#xxxMenu1 {
	top: 0;
	right: 295px;
	text-align: right;
}

#xxxMenu2 {
	top: 0;
	left: 295px;
	text-align: left;
}

#xxxMenu3 {
	bottom: 0;
	left: 295px;
	text-align: left;
}

#xxxContents {
	position: absolute;
	left: -275px;
	height: 100%;
	width: 550px;
	background-color: white;
	text-align: left;
	overflow: auto;
}

.xxxInset {
	margin-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 500px;
}

#xxxFooter {height: 10%;}

#xxxFooter div {
	position: absolute;
	top: 45px;
	left: -300px;
	width: 600px;
	font-size: 11px;
	line-height: 16px;
}

#xxxFooter div img {
	margin-right: 10px;
	vertical-align: middle;
}