div {
	border: 0px solid #000000;
}

div.menu {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	height: 100%;
	left:0px;
	top:0px;
}

div.container {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 100%;
	right: 0px;
	top:0px;
}

div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 432px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 580px;
	height: 150px;
}

div.main {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 580px;
	height: 282px;
}

div.right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20%;
	height:100%;
}

div.main_right {
	position: absolute;
	top: 180px;
	left: 0px;
	width:75%;
	height:100%;
	padding:15px;
}

div.right_front {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 27%;
	height:100%;
}

div.main_right_front {
	position: absolute;
	top: 0px;
	left: 0px;
	width:73%;
	height:100%;
	padding:15px;
}

div.main_bottom {
	position: absolute;
	top: 0px;
	width:100%;
	height:80%;
	padding:15px;
}


div.bottom {
	position: absolute;
	bottom: 0px;
	margin-right: auto;
    margin-left: auto;
	width: 100%;
	height: 20%;
}

a,a:link,a:visited,a:active { 
color:white;
font-family: verdana, Arial, georgia, sans-serif;
letter-spacing: 0px;
font-weight : bold;
background-color: black;
}

a:hover { 
background: #CACDC9;
font-family: Arial, georgia, verdana, arial, san-serif;
letter-spacing: 0px;
color:#FF0000;
text-decoration: underline;
font-weight : bold;
}

a.nothing:link,a.nothing:visited,a.nothing:active {
   background-color: inherit;
   background-color: transparent;
} 