body {
	width: 870px;
	height: 540px;
	margin: 10px auto 0;
	background-color: #0e0d0d;
	}
	
a img {
    border: 0;
}
  
#wrapper {
	position: absolute;
	width: 870px;
	height: 540px;
	top: 50%;
	margin-top: -270px;
	overflow: hidden;
	background-color: #0e0d0d;
}  

#bg {
	position: absolute;
	width:6093px;
	height:540px;
	z-index: 0;
}

#welcome {
	width: 560px;
	position: absolute;
	top: 200px;
	left: 310px;
	display: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16pt;
	color: #346676;
	z-index: 2;
}

#slider-nav {
	position: relative;
	padding-left: 10px;
	top: 426px;
}

#pageTitle {
	position: relative;
	color: white;
	width: 870px;
	height: 51px;
	top: 425px;
	padding-left: 10px;
	font-size: 2.3em;
	font-weight: bold;
}

.loading {
	position: absolute;
	left: 300px;
	top: 250px;
	visibility: hidden;
}

.active {
	cursor: default;
}

.page{
	width: 870px;
	height: 540px;
	position: absolute;
	padding: 10px;
}

#page0 {
	background-image: url('../img/bg0.png');
}

#page1 {
	background-image: url('../img/bg1.png');
}

#page2 {
	background-image: url('../img/bg2.png');
}

#page3 {
	background-image: url('../img/bg3.png');
}

#page4 {
	background-image: url('../img/bg4.png');
}

#page5 {
	background-image: url('../img/bg5.png');
}

#page6 {
	background-image: url('../img/bg6.png');
}

.menu {
	width: 250px;
	background: url('../img/trans_70.png');
	position: relative;
	top: 14px;
	left: 7px;
	padding: 10px;
	border-radius: 3px;
	//border: 1px solid #151617;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14pt;
	line-height: 150%;
}

.description {
	width: 250px;
	//background-color: #0e0d0d;
	background: url('../img/trans_90.png');
	position: relative;
	top: 20px;
	left: 7px;
	padding: 10px;
	border-radius: 3px;
	//border: 1px solid #151617;
	font-family: 'Oxygen', sans-serif;
	color: #fafafa;
	font-size: 10pt;
	overflow: auto;
	display: none;
}

#desc1{
	max-height: 234px;
}

#desc2 {
	max-height: 264px;
}

#desc5 {
	max-height: 210px;
}

#desc6 {
	max-height: 264px;
}

.content {
	width: 560px;
	max-height: 376px;
	background: url('../img/trans.png');
	position: absolute;
	top: 24px;
	left: 300px;
	overflow: hidden;
	border-radius: 4px;
	//border: 1px solid #151617;
	font-family: 'Oxygen', sans-serif;
	font-size: 11pt;
	list-style:none;
	display: none;
}

#content1, #content4 {
	left: 10px;
}

#menu1, #desc1, #menu4, #desc4 {
	left: 575px;
}

.close {
		position: relative;
		right: 10px;
		top: 10px;
		font-weight: bold;
		font-family: sans-serif;
		cursor: pointer;
	}
	
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	text-decoration: none;
	//color: #f4ede1;
	color: #aadeee;
}

a:hover {
	color: #fafafa;
}

a:active {
	color: #b0e1ef;
}

.activeLink {
	color: #fafafa;
	pointer-events: none;
	cursor: default;
}