/* Website template by freewebsitetemplates.com */
/*------------------------- Layout styles ------------------------*/ 
html{
	background:url(../images/header.png) repeat-x left top;
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	background:url(../images/bg-body-bottom.jpg) repeat-x left bottom;
}
p a{
	text-decoration:underline;
	color: #8B8B8B;
}


/*-------------------------	Footer --------------------------*/
div.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-bottom: 5px;
  background: url(../images/header.png);
}

div.footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  height: 150px;
  padding: 0px;
  background: url(../images/footer.png);
}

img.logo {
    position:absolute;
    top:0;
    left:0;
    width:100px;
    height:100px;	
	padding: 10px;
}