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

#container  {
   margin: 0px auto 0px auto;
   width: 750px;
   height: 300px;
   position: relative;
   background-image: url(images/header.jpg);
   background-repeat:no-repeat;
   background-position: top;
   z-index: 1;
}

#copystyle  {
	width: 730px;
	height: auto;
	top: 269px;
	left: 12px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 3;
	font: verdana;
	font-size: small;
}

#footer {
	width: 750px;
	height: 92px;
	position: relative;
	top: 575px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index: 4;
}
