@charset "UTF-8";
/* CSS Document */

#container {
	position: relative;
	width: 900px;
	height:800px;
	margin: auto;
	border-top: 0;
}

div.imageholder{
	position:absolute;
	width:900px; /*Width of Image*/
	height:801px; /*Height of Image*/
	left:0px; /* This is applied relative to edge of container */
	top:0px;
	z-index: 0;
}	
div.imageholdertwo{
	position:absolute;
	width:900px; /*Width of Image*/
	height:800px; /*Height of Image*/
	left:0px; /* This is applied relative to edge of container */
	top:0px;
	z-index: -1;
}
div.navigation{
	position:absolute;
	width:461px; /*Width of Image*/
	height:21px; /*Height of Image*/
	left:421px; /* This is applied relative to edge of container */
	top:6px;
	z-index: 3;
}

div.copyright{
	position:absolute;
	width:461px; /*Width of Image*/
	height:21px; /*Height of Image*/
	left:13px; /* This is applied relative to edge of container */
	top:775px;
	z-index: 3;
}
div.homeint{
	position:absolute;
	width:461px; /*Width of Image*/
	height:21px; /*Height of Image*/
	left:73px; /* This is applied relative to edge of container */
	top:464px;
	z-index: 0;
}

div.frone{
	position:absolute;
	width:273px; /*Width of Image*/
	height:21px; /*Height of Image*/
	left:306px; /* This is applied relative to edge of container */
	top:199px;
	z-index: 1000;
}

div.frtwo{
	position:absolute;
	width:113px; /*Width of Image*/
	height:21px; /*Height of Image*/
	left:705px; /* This is applied relative to edge of container */
	top:288px;
	z-index: 0;
}

div.frthree{
	position:absolute;
	width:113px; /*Width of Image*/
	height:21px; /*Height of Image*/
	left:675px; /* This is applied relative to edge of container */
	top:85px;
	z-index: 0;
}

div.bagelsfla{
	position:absolute;
	width:113px; /*Width of Image*/
	height:21px; /*Height of Image*/
	left:36px; /* This is applied relative to edge of container */
	top:42px;
	z-index: 1000;
}

div.abouttxt{
	position:absolute;
	width:273px; /*Width of Image*/
	height:21px; /*Height of Image*/
	left:99px; /* This is applied relative to edge of container */
	top:37px;
	z-index: 0;
}

div.abouttxtmain{
	position:absolute;
	width:273px; /*Width of Image*/
	height:21px; /*Height of Image*/
	left:36px; /* This is applied relative to edge of container */
	top:167px;
	z-index: 1001;
}

div.bagelfall{
	position:absolute;
	width:150px; /*Width of Image*/
	height:21px; /*Height of Image*/
	left:746px; /* This is applied relative to edge of container */
	top:41px;
	z-index: 1001;
}
