body {
	font-size: 16px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top;
	color: black;
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	min-width: 1000px;
}

#black {
	position: absolute;
	top: 17px;
	left:40px;
	right:40px;
	background-color:black;
	margin: 0px 0px 0px 0px;
	height: 2px;
	float: none;
}

#welcome {
	position: absolute;
	font-weight: bold;
	top: 20px;
	left: 40px;
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: 20px;
	float: left;
	clear: top;
	text-align: left;s
}

#date {
	position: absolute;
	top:20px;
	right: 40px;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: 100%;
	float: right;
	clear: top;
	text-align: right;
	vertical-align: bottom;

}

#picture {
	margin: 30px 0px 20px 0px;
	width: 100%;
	max-width:900px;
	top: 30px;
	float: none;
	clear: top;
	text-align: center;
}
