html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}


body{

background-image: url(../images/pattern.jpg);
background-repeat: repeat-x repeat-y;
background-color: blue;

}

.color{
color: #8a2f2f;
}


.day{
font-family: Georgia, "Times New Roman", Times, serif;
color: #8a2f2f;
font-style: italic;
font-weight: bold;
font-size: 16px;
text-align: left;
padding-left: 10px;

}

.description{
font-family: Arial, Helvetica, sans-serif;
color: #323232;
font-size: 12px;
padding-bottom: 10px;
line-height: 20px;
text-align: left;
margin-left: 120px;
}

.border{
border: 20px solid #004677;
margin: 0 auto;
width: 550px;
height: auto;
background-color: white;
padding: 20px;

}


.header{
background-image: url(http://www.worldwidebrands.com/wwb/images/ice.png);
width: 184;
height: 100;
repeat: repeat-x;
padding-bottom: 100px;

}



.christmas{
font-family: Georgia, "Times New Roman", Times, serif;
color: #004677;
font-size: 30px;
padding-bottom: 10px;
text-align: right;
font-style: italic;
}

.twelvedays{
font-family: Georgia, "Times New Roman", Times, serif;
color: #004677;
font-size: 25px;
padding-bottom: 10px;
text-align: center;
font-style: italic;
}

.first{
padding-top: 20px;



}

img{
padding: 0px;
margin: 0px;

}

.calendar{
padding-right: 20px;
padding-left: 10px;


}

a img{
	border: none;
	text-decoration: none;
}


.footer{
background-image: url(../images/ice2.png);
width: 184;
height: 100;
repeat: repeat-x;
padding-bottom: 100px;

}

.clear{
	
	clear: both;
}
.tag{


	width: 220px;
	height: 150px;
	
float: right;



	
}


.buy{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8a2f2f;
	font-style: italic;
	font-size: 16px
}

.buy a{
	
	text-decoration: none;
	color: #8a2f2f;
	border: none;
	font-style: none;
}

.buy a:hover{
	
	text-decoration: none;
	color: #004677;
	border: none;
	font-style: none;
}

.wrapper{

width: 800px;
text-align: center;
margin: 0 auto;

}