html, body {
	background-image: url('images/bg.gif');
	height: 96%;
	margin: 0;
	padding: 0;
	}

.wrapper {
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto;
	}

.header {
	width: 561px;
	height: 270px;
	margin: 0 auto;
	background-image: url('images/echoexistLogo.gif');
	background-repeat:no-repeat;
	}

.contact {
	 text-align: center;
	 font-family: Verdana, Ariel, Sans Serif;
	 font-size: 12px;
	 color:#411a2d;
	 text-decoration: none;
	 padding-top: 75px;
	 }

.contact a:hover {
	text-decoration: underline;
	color:#853d5d
	}
	
a {
	text-decoration: none;
	color:#853d5d;
	}
	
.footer {
	 text-align: center;
 	 font-family: Verdana, Ariel, Sans Serif;
	 font-size: 9px;
	 color:#FFF;
	 text-decoration: none;
	 }