﻿html{
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(240,230,200);
	font-family: times new roman;
	font-size:67%;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}
	
body{
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(240,230,200);
	}	


#content
	{
	display:block; 
	overflow:auto; 
	position:absolute;
	z-index:3; 
	top:150px; 
	bottom:40px;
	width:800px;
	margin-left:-401px;
	left:50%;
	background: rgb(232,199,118);
	font-size:14px;
	text-align: center;
	overflow:hidden;
	}

*html #content
	{
	top:0; 
	bottom:0;
	height:100%;
	width:800px;
	border-top:150px solid rgb(240,230,200);
	border-bottom:40px solid rgb(240,230,200);
	background: rgb(232,199,118);
	}

#contents{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	bottom:0;
	left:0;
	padding:0;
	margin:0;
	background: rgb(232,199,118);
	}
	
	
	
#head 
	{
	position:absolute; 
	margin-left:-401px; 
	left:50%; 
	top:0; 
	width:800px; 
	min-width:800px; 
	height:150px; 
	background:rgb(209,157,85) url(back_new.jpg)  no-repeat 0px -23px;
	font-size:10px; 
	z-index:5; 
	border:0px solid rgb(0,65,0);
	}
	
#foot 
	{
	text-align:center;
	position:absolute; 
	margin-left:-401px; 
	left:50%; 
	bottom:0px;
	width:800px; 
	min-width:800px; 
	height:40px; 
	background:url(footback_new.jpg)  no-repeat rgb(209,157,85);
	font-size:10px; 
	z-index:5;
	font-family: times new roman;
	font-weight:bold;
	}

* html #foot 
	{
	bottom:0px; width:800px; height:40px;
	}
	

#foot p{
	position: relative;
	top:13px;
	color: rgb(120,70,20)
	}
