body {
	text-align: center;
	background: #fff url(../Images/clouds2.jpg) no-repeat top left;
	font-family: Arial, sans-serif;
	margin: 0;
	font-size: small;
}
.wrapper {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}
.header {
	float: left;
	width: 930px;
	clear: both;
	border-bottom: solid 2px #fff;
	padding: 0 0 10px 0;
	height: 100px;
}
.intro {
	float: left;
	width: 930px;
	clear: both;
	border-bottom: solid 2px #fff;
	margin-bottom: 15px;
	height: 23px;
}
.left {	
	float: left;
	width: 300px;
}
.right {
	float: right;
	width: 625px;
}
.footer {
	border-top: solid 2px #222;
	float: left;
	width: 625px;
	padding: 10px 0 0 0 ;
	margin-top: 10px;
}
