
#sidebar, #breadcrumb {
	display: none;
	}
	
#content {
	float: none;
	width: auto;
	height: 440px;
	min-height: 1px;
	position: relative;
	padding: 0 20px;
	background: url(content.gif);
	margin: 40px -15px;
	}
	
* html #content {
	height: 440px;
	}
	
#main {
	height: auto;
	min-height: 1px;
	padding: 0;
	}
	
#welcome {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 400px;
	height: 360px;
	background: url(welcome.png);
	padding: 20px;
	color: #eee;
	z-index: 10;
	}
	
#welcome strong {
	color: #fff;
	}
	
#welcome h1 {
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	color: #fff;
	}
	
#welcome h2 {
	color: #c1d72f;
	font-size: 16px;
	line-height: 18px;
	margin: 20px 0 0;
	}
	
#photo {
	position: absolute;
	width: 740px;
	height: 400px;
	top: 19px;
	left: 19px;
	z-index: 5;
	border-top: 1px solid #38382d;
	border-left: 1px solid #38382d;
	border-right: 1px solid #a5a58e;
	border-bottom: 1px solid #a5a58e;
	background: #152019;
	color: #c1d72f;
	}
	
#photo img {
	display: block;
	}
	
	
#home_statement{
	border:solid 1px #a9a993;
	padding: 0 10px;
	position:absolute;
	bottom:20px;
	right:20px;
	width:380px;
	background:url(home_statement.png) repeat 0 0;
	font-size: 12px;
	line-height: 16px;
}