#top {
	background-color: #000;
	border: thick solid #333;
	position: relative;
	visibility: visible;
	height: 70px;
	width: auto;
	left: 0px;
	top: 0px;
}
#side {
	background-color: #000;
	border: thick solid #333;
	position: fixed;
	visibility: visible;
	height: auto;
	width: 135px;
	left: 0px;
	top: 100px;
	color: #A6A6FF;
}
#Main {
	position: fixed;
	visibility: visible;
	left: 150px;
	top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #006;
	border: thick solid #666;
}
body {
	background-color: #000;
}
