a:link {
	color: #6d7a85;
}

a:hover {
  color: 8ff5f9;
}

body{
	background-color: #d9d5d3;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top left;
}


p.header {
	background-image: url("piw.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
	width: 1080px;
	height: 360;
}
p.text {

	border-width: 3px;
	font-family: "Verdana";
	margin: auto;
	text-align: center;
	width: 1100px;
	
}
p.footer {
	background-image: url("footerbg.png");
	text-align: center;
	margin: auto;
	width: 1100px;
	height: 64px;
	font-family: "Verdana";
	color: white;
}