html{
	overflow: hidden;
	width:auto;
}

body {
	margin:0;
	border:0;
	padding:0;
	height:100%;
	max-height:100%;
	background:#fafafa;
	overflow: hidden;
  }

#photo {
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-149px;
	width:509px;
	height:210px;
	overflow:hidden;
	background:white;
	border: 1px dashed #F78F1E;
	border-bottom: 0 none;
	border-left: 0 none;
}

#nav {
	position:absolute;
	width:201px;
	top:15px;
	left:50%;
	margin-left:-350px;
	bottom:45px;
	overflow:auto;
	background:#f78f1e;
	overflow:hidden;
}

#footer {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-350px;
	width:710px;
	height:45px;
	overflow:hidden;
	text-align:right;
	background:#fafafa;
}

#container {
	position:fixed;
	width:469px;
	top:225px;
	left:50%;
	margin-left:-149px;
	bottom:45px;
	background:#fff;
	overflow:auto;
	overflow-x:hidden;
	scrollbar-face-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#f78f1e;
	scrollbar-darkshadow-color:#f78f1e;
	scrollbar-arrow-color:#f78f1e;
	/* scrollbar-track-color:#f78f1e;*/
	scrollbar-highlight-color:#f78f1e;
	border: 1px dashed #f78f1e;
	border-top: 0 none;
	border-left: 0 none;
	padding-left:20px;
	padding-right:20px;	
	padding-bottom:20px;	
}

/* for internet explorer */

* html body {
	padding-top:225px;
	padding-right:0;
	padding-bottom:45px;
	padding-left:50%;
}

* html #container {
	height:100%;
	width:509px;
	left:50%;
}

* html #nav {
	height:100%;
	width:201px;
}

* html #footer {
	margin-bottom:-1px;
}
