/* echoes.css */

body{
	background-image:url('images/recbg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50%;
	background-color:#FFFFFF;
	font-family:Arial,Helvetica,san-serif;
	font-size:11px;
	}

h1{font-size:24px;}
img{border:0;}
div.section{margin-top:40px;}

div#wrapper{
	margin:30px 0;
	text-align:center;
	color:#004400;
	}

table.media{
	border-spacing:0;
	width:250px;
	margin:0 auto;
	}

table.media td{
	padding:3px;
	text-align:center;
	}
