/* CSS Document */
body {
	background-color: black;
	background-repeat: repeat-x; 
}


h3.contact {
	background-image: url(contact.jpg) no-repeat;
	height: 500px;
	width: 500px;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 20em;
	size: 20px;
	color: white;
	font-size: 200%; 
	font-weight: bold;	
}

h3.topbanner {
	background: url(topbanner.jpg) no-repeat;
	text-align: center;
	margin: 40px;
	height: 144px;
	width: 837px;
}
h3.bottombanner {
	background: url(bottombanner.jpg) no-repeat;
	text-align: center;
	margin: 40px;
	height: 144px;
	width: 837px;
}
