body {
	height: 100%;
	text-align: center;
	background-color: #000000;
	}

#box {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	width: 710px;
	height: 400px;
	position: relative;
	margin: -210px auto auto auto;
	text-align: left;
	top: 50%;
	background-image: url('background.jpg');
	}
#logo {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 80px;	
	height: 100%;
	font: 48pt Helvetica;
	border: 1px solid #FFFFFF;
	z-index:3;
	text-align: center;
	overflow: hidden;
	}
#date {
	position: absolute;
	left: 710px;
	top: 75px;
	}
.top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 628px;
	height: 100px;
	}
#menuShader {
	border-bottom: 1px solid #FFFFFF;
	}
#menuContainer {
	filter: alpha(opacity=100);
	}
	
.menu {
	position: absolute;
	left: 370px;
	top: 0px;
	width: 240px;
	height: 100px;
	overflow: hidden;
	}
#menu {
	opacity: 0.15;
	background-color: black;
	}

#menudiv {
	position: absolute;
	top: 0px;
	width: 20px;
	height: 99px;
	background-color: #FFFFFF;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity: 20);
	zIndex: 3;
	visibility: hidden;
	}
.menuItem {
	zIndex: 2;
	position: absolute;
	top: 0px;
	width: 20px;
	height: 100px;
	border-left: 1px solid #FFFFFF;
	}
.vmenu {
	position: absolute;
	left: 120px;
	top: 80px;
	width: 100px;
	height: 240px;
	overflow: hidden;
	}
#vmenu {
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	-opacity: 0.15;
	background-color: #FFFFFF;
	}
#vmenudiv {
	position: absolute;
	left: 0px;
	width: 99px;
	height: 20px;
	background-color: #FFFFFF;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity: 20);
	zIndex: 3;
	visibility: hidden;
	}
.vmenuItem {
	zIndex: 2;
	position: absolute;
	left: 0px;
	width: 100px;
	height: 20px;
	border-top: 1px solid #FFFFFF;
	filter: alpha(opacity=100);
	}
.menulink {
	position:absolute;
	height: 100px;
	width: 20px;
	}
.vmenulink:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	}
.menulink:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	}
.vmenulink {
	position:absolute;
	height: 20px;
	width: 100px;
	}
img {
	border:0;
	}

#content {
	position: absolute;
	left: 10px;
	top: 110px;
	width: 610px;
	height: 280px;
	overflow: auto;
	font: 12px sans-serif;
	font-weight: 700;
	color: #000000;  
	text-align: justify;
	}
p {
	text-indent: 5px;
	margin-top: 0;
	margin-bottom: 5px;
	
	}

em {
	font-weight: bolder;
	}

a {
	color: #8f0b0b;
	text-decoration: underline;
	}
a:visited {
	color: #8f0b0b;
	text-decoration: underline;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	}