div#homepagewrapper {
	position: relative;
	left: 0px;
	top: 0px;
	height: 300px;
	padding-bottom: 5px;
}

div#homepageimg {
	position: relative;
	top: 0px;
	left: 0px;
}

div#homepagelogo {
	position: absolute;
	top: 40px;
	width: 240px;
	right: 50px;
}

div#homepagetxt {
	position: absolute;
	top: 150px;
	width: 240px;
	right: 50px;
}

div#homepagetxt p {
	font-size: 11px;
	line-height: 15px;
	color: #a29d98;
	margin: 0px;
}