body {
		background: url("https://www.wallpapertip.com/wmimgs/238-2386429_joshua-tree-wallpaper.jpg") top fixed #FFC4D6;
		background-size: 100%;
}
body, td, p {
	font: 9pt arial;
	letter-spacing: 1px;
	line-height: 20px;
}
table {
	display: none;
}
#main {
	display: table;
}
a, a:visited {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-transform: lowercase;
	font-family: courier new;
}
a:hover {
	color: #FDC581;
}
#main {
	top: 50%;
	left: 50%;
	width: 600px;
	height: 450px;
	margin: -225px 0 0 -300px;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
}
#sidebar, #content {
	display: table-cell;
}
#sidebar {
	width: 250px;
	text-align: center;
	vertical-align: middle;
}
#side {
	padding-bottom: 50px;
}
#side .headerimg {
	width: 200px;
	display: block;
	margin: 0 auto 10px auto;
}
#nav {
	margin: 20px auto;
	display: inline-block;
}
#nav a, #nav a:visited {
	display: inline-block;
	margin: 0px 5px;
}
#nav a .bubble, #nav a:visited .bubble {
	display: block;
	width: 30px;
	height: 30px;
	background: #C7E668;
}
#nav a .text {
	display: none;
	top: 35px;
	left: -20px;
	width: 70px;
	background: #fff;
	padding: 3px 0px;
	letter-spacing: 0px;
	color: #000;
	font: 7pt courier new;
	text-transform: uppercase;
}
#nav a:hover .bubble {
	background: #fff;
}
#nav a:hover .text {
	display: block;
}
#nav2 {
	margin: 10px 0px;
}
#nav2 a, #nav2 a:visited {
	display: inline-block;
	font: 7pt courier new;
	color: #000;
	margin: 0px 5px;
	text-transform: uppercase;
	padding: 3px 5px;
}
#nav2 a:hover {
	background: #fff;
}
#sidebar h1 {
	margin: 0px 0px 1px 0px;
	font-family: courier new;
	font-size: 17pt;
	font-weight: normal;
	text-transform: uppercase;
}
#sidebar h4 {
	font: 9pt times;
	margin: 0px 0px 6px 0px;
	display: block;
}
#content {
	width: 350px;
	text-align: left;
	vertical-align: top;
background: rgba(255,255,255,0.8);
	border: 2px dashed #000;
}
#container {
	width: 350px;
	height: 450px;
	overflow: hidden;
}
.section {
	width: 310px;
	height: 410px;
	padding: 20px;
	line-height: 20px;
	overflow: auto;
}
.section h1 {
	font: 12pt courier new;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}
.section-webkit-scrollbar {
	width: 4px;
	height: 1px;
	background: url("http://i.imgur.com/3PlwuWt.png");
}
.section-webkit-scrollbar-thumb {
	background: #333;
	visibility: hidden;
}
.section:hover-webkit-scrollbar-thumb {
	visibility: visible;
}