body {
	background-image: url(b_day_bg.jpg);
	background-repeat: repeat;
	text-align: center;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18pt;
	font-weight: bold;
	color: #000099;
}
.text {
	padding: 0;
	width: auto;
	margin: 0 190px;
}
.main {
	background-color: #d6e3ff;
	margin: auto;
	padding: 15px;
	width: 720px;
	border: medium solid #000000;
}
.imgl {
	background-image: url(zam.gif);
	height: 96px;
	width: 123px;
	float: left;
	margin-left: 30px;
}
.imgr {
	background-image: url(nic.gif);
	height: 101px;
	width: 116px;
	float: right;
	margin-right: 30px;
}
