html,body {
	font-family: 'Arial', 'HelveticaCondensed', 'sans-serif';
	line-height: 11px;
	font-size: 11px;
	text-align:center;
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;	
  overflow-y:auto;
  overflow-x:hidden;
}

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
  z-index:9;
}

div#footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 50px;
	height: 117px;
	background: url('../images/footer.png') no-repeat center center;
}

div#ccslogo {
	position: absolute;
	cursor:  pointer;
	height:  90px;
	width:  360px;
	bottom: 70px;
	left: -115px;
}

div#menu {
	position: absolute;
	width: 790px;
	bottom: 83px;
	right: 0;
	height: 59px;
	text-align: left;
}

div#menu ul {
	margin: 0;
	padding: 0 0 0 45px;
}

div#menu ul li {
	float: left;
	margin: 0;
	padding: 20px 15px;
	list-style: none;
	background: url('../images/menu.png') no-repeat center right;
	cursor: pointer;
}

div#menu ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}

div#menu2 {
	position: absolute;
	width: 729px;
	bottom: 56px;
	right: 0;
	height: 19px;
	text-align: left;
	color: #fff;
	padding: 5px 0px 0px 61px; 
}

div#menu2 a {
	color: #fff;
	text-decoration: none;
	margin:  0px 0px 0px 10px;
}

div#content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 144px;
  z-index:10;
}

div#content {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 560px;
	vertical-align: middle;
}

div#content-button {
	position: absolute;
	right: -25px;
	top: 68px;
	width: 29px;
	height: 140px;
}

div#content-trigger {
	position: absolute;
	right: 1px;
	top: 0px;
}

div#content-text {
	text-align: left;
	position: absolute;
	width: 490px;
	height: 256px;
	background: url('../images/content.png');
	top: 50%;
	margin-top: -148px;
	padding: 20px 35px;
	color: #FFF;
	line-height: 15px;
	text-align: justify;
}

div#content-text h1 {
	font-size: 24px;
	color: #FFF;
}

div#content-text a {
	color: #fff;
	font-weight:  bold;
	text-decoration: none;
}
