html { 
  background: url('images/site-graphics/mig-woods_bg.jpg') fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
font-family: 'Special Elite', cursive;
color: #ffffff;
text-align: justify;
}

a, a:link, a:visited, a:hover, a:active {
color: #ffffff;
}

.content {
background: url("images/site-graphics/leaves_bg.jpg");
width: 46%;
margin-left: auto;
margin-right: auto;
padding: 10px 10px 10px 10px;
color: #ffffff;
margin-bottom: 23px;
border-color: #5F7A58;
border-width: 5px;
border-style: solid;
}

.foot {
background: url("images/site-graphics/leaves_bg.jpg");
width: 23%;
height: auto;
overflow: hidden;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 10px 10px 10px 10px;
border-radius: 25px;
color: #ffffff;
border-color: #5F7A58;
border-width: 5px;
border-style: solid;
}

.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-250px;
    width:150% !important;
    height:auto;
    display:block;
    z-index:999;
}

.thumbnail-p:hover {
    position:relative;
    top:-25px;
    height:150% !important;
    width: auto;
    display:block;
    z-index:999;
}

p.story {
    width: 75%; 
    margin-right:auto; 
    margin-left:auto;
}