/* CSS Document */
body{
  padding: 0px;
  margin: 0px;
}
.offerTable{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	!width: 100%;
	_width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
/* .offer{
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: #c00;
  text-align: center;
  color: #fff;
}*/
.offerText{
  border-top: 5px solid #c00;
  border-bottom: 5px solid #c00;
  display: block;
  width: 800px;
  color: #fff;
  background: #c00;
}

a:link.offerLink{
  color: #fff;
  text-decoration: none;
  display: block;
  width: 800px;
}
a:visited.offerLink{
  color: #fff;
  text-decoration: none;
  display: block;
  width: 800px;
}
a:hover.offerLink{
  color: #fff;
  text-decoration: none;
  display: block;
  width: 800px;
}
