body {
	background-image: url(images/grey_strip.jpg);
	background-repeat: repeat;
}
.whitebackground{
	background-color: White;
	background-repeat: no-repeat;
	height: 250px;
	width: 700px;
}
.greenbackground{
	background-color: #379225;
	background-repeat: no-repeat;
	height: 250px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18pt;
	padding-top: 0px;
	padding-bottom: 10px;
}
.logo{
	vertical-align: middle;
}
.face{
	vertical-align: top;
	padding-top: 50px;
	padding-bottom: 20px;
}

