html {
	/*height: 100%;*/
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url('../images/bgtop.png');
	background-position: top left;
	background-color: transparent;
	background-repeat: repeat-x;
	color: #000;
	overflow-x: hidden;
}

body {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url('../images/bgbottom.png');
	background-color: transparent;
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #000;
	overflow-x: hidden;
}

h1 { color: white; background: orange !important; }

h2 { color: #336699; background: transparent !important; }

img.banner {
	padding: 6px;
	border-top: 0px solid #ddd;
	border-left: 0px solid #ddd;
	border-bottom: 0px solid #c0c0c0;
	border-right: 0px solid #c0c0c0;
	display:block;
	margin-left:auto;
	margin-right:auto; 
	text-align: center; 
}

p.center {text-align: center}

