body {
	margin: 0px;
	margin-top: 10px;
}

#head {
	height: 100px;
}

#center {
	width: 60%;
	padding: 90px;
	padding-top: 35px;
	position: absolute;
	top: 100px;
	right: 0px;
	background-color: transparent;
	border: 0px solid orange;
}


#centercontent {
	width: 410px;
	z-index: 100;
	min-width: 1px;
	background-color: transparent;
	border-right: 0px dashed #FFFFFF;
	padding: 5px; 
}

#centerscroll {
	width: 50%;
	background-color: transparent;
	padding: 0px;
}

#divContainer { 
	overflow: hidden; 
	visibility: hidden;
	}

#divContent { 
	position: relative; 
	top: 0; 
	left: 0 }

#navigation {
	width: 40%;
	position: absolute;
	top: 46px;
	left: 0px;
	padding: 100px 0px 10px 80px;
}

#navibox {
	width: 40%;
	padding-right: 15px;
	border-right: 15px solid #000000;
	text-align: right;
}


#right {
	width: 130px;
	position: absolute;
	top: 100px;
	right: 0px;
	height: 200px;
}

#foot {
	width: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: transparent;
}