body {
	background-image: url(../images/bg_image.jpg);
	background-repeat: repeat-x;
}
#layout #right #front_main {
	height: 548px;
	width: 799px;
	position: relative;
}
#layout {
	background-image: none;
	padding-bottom: 10px;
}

#photoShow {
	height:550px;
	width:1200px;
	position: absolute;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	top: 0;
}
#photoShow img {
	position:absolute;
	z-index: -1;
	left: 0;
	top: 0;
}
#layout #right {
	background-image: none;
}
#layout #right #front_main #photo_link {
	position: absolute;
	z-index: 10;
	bottom: 18px;
	right: 15px;
}
#layout #right #front_main #photo_link li {
	width: 16px;
	float: left;
	margin: 3px;
	list-style: none;
	height: 16px;
}
#layout #right #front_main #photo_link a { 
	display: block;
	background-image: url(images/circle_clear.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;

}
#layout #right #front_main #photo_link li.activeSlide a { 
	background-image: url(images/circle_solid.png);
	background-repeat: no-repeat;

}
#copyright {
	text-align: center;
}
#layout #left #nav {
	margin: 1px;
	height: 247px;
}
