body{
margin: 0;
padding: 0;
background-color: #000;
background-image:url(../images/echo-background.jpg);
background-repeat: repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;

}
#header{
position: absolute:
top: 0px;
left: 0px;
width: 100%;
height: 100px;
background-image: url(../images/echo-logo.png);
background-repeat: no-repeat;
background-position: 30px 10px; 
}

 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   left: 0px;
   width: 100%;
   height: 570px;
   	background-image: url(../images/home-content-old.gif);
background-repeat: repeat-x;
	background-position: 0px 20px;
   margin-top: 30px;
   text-align: center;
   min-width: 900px; 
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 1024px;
	height:523px;
	margin: 0px auto;
	}
#content{
margin: 0;
padding: 0;
width:100%;
height: 423px;
background: transparent;
background-image: url(../images/home-content.jpg);
background-repeat: repeat-x;
}

#bottom{
width: 100%;
height: 113px;
background-image: url();
background-repeat:no-repeat;
}
#footer{
width: 95%;
height: 20px;
background-image: url(../images/footer-png.png);
background-repeat:no-repeat;
background-position:right;
font-family:arial, helvetica, sans-serif;
font-size: 10px;
padding-right: 20px;
color: #FFFFFF;
text-align: right;
line-height: 20px;
border-top: 1px solid white;
}

#footer a{
color: white;
text-decoration: none;
}
#footer a:hover{
color: yellow;
text-decoration: underline;
}
#left{
float: left;
width: 61%;
}
#right{
float:right;
width: 384px;
height: 523px;
}

#quote{
float: right;
width: 400px;
height: 78px;
color: black;
padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}	
#navHolder{
position: absolute;
top: 95px;
left: 30px;
width: 450px;
height: 20px;
font-family:Arial, Helvetica, sans-serif;
color: #fff;
font-size: 12px;
line-height:19px;
}
#flash{
float: right;
height:: 421px;
width: 620px;
}
