@charset "utf-8";
/* CSS Document */

body {
	background-color: #DA6D8A;
	font: 11px Georgia, "Times New Roman", Times, serif;
	}

#container {
	width: 769px;
	margin: 0 auto;
	}

#header {
	width: 769px;
	height: 248px;
	background: url(../images/pop-up/header.jpg) no-repeat;
	position:relative;
	float:left;
	}
	/* index page link within #masthead */		
	#header a {	
		position:absolute;
		left:22px;
		width:721px;
		top: 0px;
		height:239px;
		}
	#header a span {
		display:none;
		}

	
#content {
	width: 769px;
	background: url(../images/pop-up/body_bkgd.jpg) repeat-y;
	padding-top: 25px;
	}
	
#footer {
	width: 769px;
	height: 66px;
	background:url(../images/pop-up/footer.jpg) no-repeat;
	}
