
html{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	}

body {
 	background-image: url('../img/pageimg/bg.jpg');
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	max-height:100%;
	overflow:hidden;
 	font-family: Arial,sans serif;
	overflow: hidden;
	}

#top_div {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -491px;
	padding-top: 10px;
	height: 200px;
	width: 980px;
	background-color: rgb(176,196,222);
	text-align: center;
	}

#inner_content_div{
	position: absolute;
	left: 50%;
	top: 210px;
	bottom: 10px;
	margin-left: -341px;
	background-color: white;
	z-index: 0;
	width: 830px;	
	}

* html #inner_content_div {
	height: 100%;
	top:0px; 
	bottom:0px;
	border-top:214px dashed transparent;
	z-index: -15; 
	}
	
#outer_menu{
	position: absolute;
	left: 50%;
	top: 210px;
	bottom: 10px;
	margin-left: -491px;
	background-color: rgb(176,196,222);
	background-image: url('../img/pageimg/menu_border.jpg');
	background-repeat: repeat-y;
	background-position: right;
	}

* html #outer_menu {
	height: 100%;
	top:0px; 
	bottom:0px;
	border-top:214px dashed transparent; 
	}