body{
  margin: 0px;
  border-top-color: #fb1b19;
  border-top-style: solid;
  border-top-width: 6px;
  background:#f5f5f5;
}

#intro{
     background:url(../images/home.gif) repeat;
    width: 335px;
    color:#e0131e;
     height: 181px;

}

#content{
	position: relative;
	left:25px;
	width: 60px;
	height:200px;
	text-align: left;
	padding:2px 0px;
}

a{
    margin:2px 0px 0px 0px;
    padding:0px 0px 0px 4px;
	color: #fff;
	background: #ff371f;
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: -.5px;
	display: block;
	text-decoration: none;

}

