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

.space {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 50px;
	}

img {
	border: 0;
	}
	
#textbox {
	width: 600px;
	padding: 100px 0 0 100px;
	}

/* not used 
#img {
	margin: 0;
	width: 100px;
	height: 20px;
	}

#img a:link, #img a:visited {
	text-decoration: none;
	background-image: url(../images/notgreen.jpg);
	background-repeat: repeat;

}

#img a:active, #img a:hover {
	text-decoration: none;
	background-image: url(../images/green.jpg);
	background-repeat: repeat;

}*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #998675;
	background-image: url(../images/contact.jpg);
	cursor: crosshair;
	padding: 50px;
}
