#headerBg {
	background-image: url('/images/home/headerBg.jpg');
}
#header {
	height: 610px;
}
#photographer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url('/images/home/photographer.shadow.png');
}
#photographer>div {
	width: 267px;
	height: 186px;
	margin: 1px 0px 0px 6px;
	background-image: url('/images/home/photographer.png');
}
#photographer a {
	display: block;
	position: absolute;
	color: #88292C;
	padding: 3px;
	right: 130px;
	bottom: 50px;
	background-color: #FFEF2D;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#photographer a:hover {
	text-decoration: underline;
}
#header>ul {
	top: 100px;
	left: 480px;
}
#content {
	margin: 0px;
}
#content td {
	position: relative;
}
#stand {
	position: absolute;
	right: 0px;
	top: -8px;
	background-image: url('/images/home/stand.shadow.png');
	color: #88292C;
}
#stand>div {
	position: relative;
	width: 553px;
	height: 208px;
	margin: 1px 0px 170px 10px;
	padding: 45px 15px 45px 50px;
	background-image: url('/images/home/stand.png');
	z-index: 1;
}
#stand img {
	position: absolute;
	left: -30px;
	top: 55px;
}
#stand h2 {
	font-size: 20px;
	margin: 5px 0px 5px 5px;
	padding: 0px;
}
#stand p {
	padding: 5px 0px 5px 20px;
	margin: 0px;
	font-size: 13px;
}
#stand .btn {
	background-color: #88292C;
	color: #FFEFC8;
}
