body {
	margin: 0px;
	padding: 0px;
	background: #909090;
	font: 14px Verdana;
}
#main {
	position: relative;
	width: 775px;
	height: 600px;
}
#content {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 600px;
	height: 600px;
	background: #374455;
	color: #fcfcff;
}
#menu {
	color: #99cc99;
}
.menu_item {
	cursor: pointer;
}
.menu_item:hover {
	color: #ffffcc;
}
#title {
	font: 65px Verdana;
	padding: 0px;
	background-image: url("../images/logo.jpg");
	height: 110px;
	width: 600px;
	cursor: pointer;
}
#subtitle {
	position: relative;
	top: -10px;
	font: 25px Verdana;
	height: 25px;
	width: 600px
}
#buildings_block {
	position: absolute;
	left: 0px;
	top: 348px;
}
#buildings {
	opacity: .6;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	-khtml-opacity: .6;
}
#white_bar {
	opacity: .4;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	-khtml-opacity: .4;position: absolute;
	top: 0px;
	left: 590px;
	width: 10px;
	height: 600px;
	background: #cccccc;
	z-index: 1;
}
#top_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 775px;
	color: #fcfcff;
	height: 20px;
	color: #99cc99;
	background: #990000;
}
#right_image {
	opacity: .7;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	-khtml-opacity: .7;
	height: 600px;
	width: 175px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
}
#right_box {
	height: 600px;
	width: 175px;
	position: absolute;
	top: 0px;
	left: 600px;
	padding: 0px;
}
#right_text {
	z-index: 1;
	opacity: .0;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	-khtml-opacity: .0;
	position: absolute;
	left: 0px;
	top: 3px;
	width: 175px;
	font: 40px Arial;
	line-height: 46px;
	color: #ffffff;
}
#footer {
	position: absolute;
	color: #eeeeee;
	left: 0px;
	top: 600px;
	background: #990000;
	width: 775px;
	height: 20px
}
#landing_box {
	position: absolute;
	z-index: 50;
	top: 215px;
	left: 70px;
	width: 460px;
	height: 290px;
	background: #333333;
	opacity: .80;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	-khtml-opacity: .80;
	border-width: 3px;
	border-color: #ffe060;
	border-style: solid;
	color: #ffffff;
}
a:link {
	color: #ffffcc;
}
a:hover {
	color: #ffffff;
}
a:visited {
	color: #ffffcc;
}
a:active {
	color: #ffccff;
}