/* Stylesheet for Josh Lipp */


/* Fix for gaps in Firefox */

* {
	margin: 0;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/background.jpg);
	vertical-align: text-top;
	margin: 0;
}

.content {
	background-color: #FFFFFF;
	width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	position: static;
	border: 0;
}

.footer {
	background-image: url(images/content2.png);
	height: 20px;
	width: 750px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
