/* PNG issue with stupid IE 6 and below */
div {
	behavior: url(iepngfix.htc)
}

body {
	font-family: Calibri, Tahoma, Verdana;
	background-image: url(bg.png);
	background-repeat: repeat-x;
}

#header {
	background-image: url(logo2.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 100%;
}

#header h2 {
	visibility: hidden;
}

#wrapper {
	//
}

#content {
	width: 600px;
	height: 375px;
	margin-left: 2em;
	background-image: url(body.png);
	background-repeat: no-repeat;
}
#content p {
	visibility: hidden;
}

#email {
	width: 600px;
	height: 25px;
	margin-left: 2em;
	background-image: url(email.png);
	background-repeat: no-repeat;
}
#email p {
	visibility: hidden;
}