html, body {
	height: 100%;
}
body {
	background: #0c3d51 url(bodybg.png) repeat-x bottom fixed;
}
body,td,th {
	font-family: "Courier New", Courier, monospace;
	padding: 0;
	margin: 0;
}
#header {
	height: 156px;
	background: url(header.png) repeat-x;
}
#innerHeader {
	margin-left: 210px;
	text-align: center;
	min-width: 550px;
	max-width: 742px;
}
a:link, a:visited {
	color: #e8f8ff;
}
a:hover, a:active {
	background-color: #054667;
	color: white;
	text-decoration: none;
}
.button {
	float: left;
	background: #011c2f url(menubg.png) repeat-y;
	width: 195px;
}
.button a {
	display: block;
	background: url(buttonbg.png) repeat-x center left;
	color: white;
	height: 27px;
	padding-top: 5px;
	padding-left: 10px;
	border: 1px solid #90a7b2;
	font-size: 1.2em;
	text-decoration: none;
	margin-left: 5px;
	margin-top: 3px;
	margin-right: 10px;
}
.button a:hover {
	background-position: center right;
	border-color: #bfd5e4;
}
.button a:focus {
	outline: none;
	border-style: dashed;
}
#submenu a:hover {
	margin-left: 7px;
	margin-right: 12px;
}
a#activesub {
	background-position: center right;
	text-decoration: underline;
	border-color: white;
}
#submenu a, a#activesub:hover {
	margin-left: 10px;
	margin-right: 15px;
}

#content {
	background: url(contentbg.png) no-repeat bottom left #040e17;
	color: white;
	font-size: 1em;
	border: 2px solid #5e7b8b;

	margin: 10px 10px 15px 210px;

	padding: 20px;
	min-height: 300px;
	min-width: 550px;
	max-width: 742px;
}
#mobike {
	margin-top: 15px;
	width: 194px;
	height: 280px;
	background: no-repeat url(mobike.png)
}

a#active, a#active:hover {
	text-decoration: underline;
	border-color: white;
	outline: 1px solid #90a7b2;
}


#acp a, #acp a:hover, #acp a:focus {
	outline: none;
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -999em;
	cursor: default;
	background-color: transparent;
}
#acp {
	position: fixed;
	top: 0px;
	right: 0px;
	width:50px;
	height:50px;
}

#content img {
	margin: 10px;
}
#content td {
	background-color: transparent;
}