@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: my_font;
    src: url(/fonts/JosefinSans-Regular.ttf);
}
*:focus { /* Remove outline */
    outline: 0;
}
html{
	font-family: my_font;
}

body{
	background:#F6F6F6;
	padding:0px;
	margin:0px;
	height: 1025px;
	width: 100%;
	min-width: 1260px; /*min-width: 1260px;*/
}

.clear{
	clear: both;	
	float: none;
}

<!-- Header Div -->

#TopDiv{
	display:block;
	height: 164px;
	margin-bottom:auto;
	width: 100%;
	overflow: hidden;
}

#HomeBtn{
	background: url(../images/HOME.jpg) #F6F6F6;
	background-size: cover;
	height: 147px;
	width: 431px;
	position: relative;
	border: 0;
	margin-top: 0px; 
	margin-bottom: 4px;
	cursor:pointer;
}

<!-- Middle Div -->
#MainDiv{
	position: relative;
	width: 100%;
	height: 675px;
	z-index: 1;
	overflow: hidden;
}
.CenteredContainer{
	width: 1260px;
	margin: 0 auto;
}
#EmptyLeftDiv{
	display: inline;
	float: left;
	width: 170px;
	height: 100%;
	z-index: 3;	
}
#SideMenuDiv{
	display: block;
	height: 100%;
	width: 222px;
	float: left;
}

#PhotoDiv{
	width: 900px;
	height: 675px;
	z-index:2;
	float: left;
	overflow: hidden;
}
#Photo-container{
	background: #F6F6F6 no-repeat;
	margin: 0 auto 0 auto;
    width: 900px;
	height: 675px;
	z-index: 2;
}
#Photo-image{
	background: url(../photos/image.png);
	position: relative;
	width: 100%;
	height: 100%;
	image-repeat:repeat;
	z-index: 2;
}
#ImageMenuContainer{
	background: center;
	position: relative;
	float: left;
	
}
#ImageMenuDiv{	
	position: absolute;
	background-color: rgba(198,198,198,0.75);
	height: 570px;
	width: 360px;
	left: -360px;
	top: 52px;
	z-index: 3;
	
}
#PopupDiv{
	display: inline;
	height: 100%;	
	width: 10px;
	float: left;
	overflow: hidden;
	z-index: 3;
}
#PopupBtn{
	background: url(../images/POPUP%20ARROW.jpg);
	background-size: cover;
	height: 570px;
	float: left;
	width: 10px;
	padding: 0 0 0 0;
	border: none;
	margin-top: 52px;
}
<!-- Nav Div -->

#NavDiv{
	display: block;
	height:: 186px;
	width: 100%;
	overflow: hidden;
}

#CopyrightDiv{
	display: block;
	border: 0;
	margin-top: 1px;
	margin-left: 222px;
	position: relative;
	float: left;
	width: 314px;
	height: 17px;  
	background-image: url(../images/COPYRIGHT.jpg);
	background-size: cover;
}
#NavBtnDiv{
	float: left;
	margin-left: 96px;
	height: 36px;
	width: 80px;
	overflow:hidden;
}
.navBtn{
	display: block;
	border: 0;
	width: 36px;
	height: 36px;
	background-size: cover;
	float:left;	
}
#LeftBtn{
	background-image: url(../images/LEFT%20ARROW.jpg);
	margin-right: 8px;
}
#RightBtn{
	background-image: url(../images/RIGHT%20ARROW.jpg);
}