#header{
	height: 200px;
}


#header H1{
	font-family: sans-serif;
	text-align: center;
	color: blue;
	margin: 0;
}
body
{
	width:100%;
	height:100%
}
.wrapper
{
	min-height:100%;
	height: auto !important;
	height:100%;
}
.header{
	/*position: absolute;*/
	width: 100%;
	/*height: 300px;*/
	height: auto !important;
}
.content{
	padding-top: 5px;
	/*background: #e6e2e2*/
    height: auto;
}
#maindiv{
	position: absolute;
	width: 100%;
	margin-top: 275px;
	margin-left: auto;
	margin-right: auto;
}
.footer
{
	width: 100%;
	height: 120px;
	position: relative;
}
html {
	height: 100%;
}
header, footer
{
	display: block;
}
#merry_xmas
{
    width: 100%;
}
#merry_xmas img
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#family_label
{
    width: 100%;
}
#family_label img
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
/*  display: block;*/
 display: inherit;
}
#sleigh{
        position:relative;
        top:0px;
        /*background-image: url(http://www.runciman.com.au/images/Santa_Claus_Sleigh.jpg);*/
        background-repeat: no-repeat;
        display:block;
        height:100px;
        width:135px;
      }