body   {
	 background:url('../images/bg.png') repeat-x;
	 color:#333;
	 font-family:Myriad Pro;
}

#header   {
  
  width:100%;
  height:50px;
}

#header #top   {
	background:#292520;
	height:45px;
}

#header #logo   {
	 background:url('../images/logo.png') no-repeat;
	 width:500px;
	 height:45px;
	 margin:0px auto;
}

#header #bottom   {
	background:#ba351f;
	height:5px;
}

#wrapper {
  width:500px;
  margin:50px auto;	
}

#headline2	{
	margin-top: 50px;
}


a	{
	color: #97B250;
}

.infoFeed {
	margin-bottom:15px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

#feed {
	width:400px;
	padding: 5px;
	border: solid 1px #292520;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: #FFFFFF;
}

#loadFeed {
	width: 80px;
	padding: 5px 10px;
	margin-bottom:10px;
	background: #BA351F;
	border: 0px;
	font-size: 14px;
	color: #FFFFFF;
	cursor:pointer;
}