body {
	background-color: #FF00CC;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 450px;
}
.light_pink {
	background-color: #FF99CC;
	height: 100%;
	width: 800px;
	border: thin dashed #FFFFFF;
}
img  {
	border: 2px dashed #FF00CC;
	padding: 5px;
	margin: 5px;
}
#banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

