body {
	margin: 0;
	background-image: url(images/bg_body.png);
}

img {
	margin-right: 10px;
}

.header {
	background-image:url(images/bg_header.png);
	position: absolute;
	bottom: 10%;
	clear: both;
	width: 100%;
	height: 150px;
	opacity: 0.65;
}

.text {
	width: 100%;
	float: right;
	clear: both;
	position: relative;
	padding-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333;
	font-weight: normal;
}

