/* CSS Document */


BODY
{
	background: #e9ebee;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	text-align: center;
	background-image:url(../images/bg-tile.jpg);
    background-repeat: repeat-x;
    background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;

}
#container {
  margin: 0 auto;
  width: 756px;
  text-align: left;
 }

  #content_holder {
  margin-top: 0px;
  position: relative;
  width: 756px;
  height: 455px;
  text-align: center;
  background-image:url(../images/boxes.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  float:left;
 }
 #toppage {
  left: 50%;
  width: 756px;
  height: 0px;
  text-align: center;
  float:left;
 }
#rastelli {
  margin-top: 2px;
  left: 50%;
  width: 756px;
  text-align: center;
  float:left;
  padding-bottom: 40px;
 }
 
#coupon {
width: 151px;
height: 101px;
position: absolute;
left:280px;
top:280px;
padding: 0px;
margin: 0px;
}



h1
{
    font-size: 36px;
	line-height: 30px;
	color: #303030;
	font-style: normal;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	}

p
{
	font-size: 15px;
	line-height: 18px;
	color: #000;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}

A
{
	COLOR: #990000;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
}
A:hover
{
	COLOR: #000000;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
}

A.headline
{
	COLOR: #990000;
	font-size:24px;
	line-height:30px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
}
A:hover.headline
{
	COLOR: #000000;
	font-size:24px;
	line-height:30px;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
}

IMG
{
	border: none;
	padding-top: 0px;
	padding-left: 0px;
}
IMG.title
{
	padding-top: 20px;
}
em{
font-weight:bold;
font-size: 17px;
}