.pagelayout{
 width:1200px;
}
#header span{padding-left: 293px;}
#header{background-size:cover;font-size: 14px;}
#main{
  width:948px;
}
h1.block_title,div.seperator,div.block_footer{background-size:cover;}
#header #Header1_HeaderTitle{
font-size:48px;
line-height:0px;
font-family: cursive;
text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85, -20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606, 0 -80px 70px #973716, 10px -90px 80px #451b0e;
 -webkit-animation: animation1 5s infinite;
    -moz-animation: animation1 5s infinite;
    -o-animation: animation1 5s infinite;
    animation: animation1 5s infinite;}
#header #Header1_HeaderTitle:hover{background:none;}
a:hover,.posttitle a:hover{border-bottom:none;}


@keyframes animation1{
    0%{transform: translate(-20px) }
    5%{transform: translate(0px,)  }
    50%{transform: translate(20px)  }
    95%{transform: translate(0px)  }
    100%{transform: translate(-20px)  }
}