body{
 background-attachment: fixed;
 background-image: url(' images/bg.jpg');
 background-position: top center;
 background-repeat: repeat-x;
 font-family: arial;
 text-align: center;
}
body, html{
 margin: 0px;
 padding: 0px;
}
img{
 border: 0px solid black;
}
a, a:hover, a:active{
 color:#000;
 text-decoration:none;
}
.container{
 margin: 0px auto;
 position: relative;
 width: 725px;
}
.hide{
 display: none;
}
.transparent{
 filter: alpha(opacity=50);
 khtml-opacity: 0.5;
 moz-opacity: 0.5;
 opacity: 0.5;
}
.header, .entries-bg{
 background-color: #E6E6E6;
}
.header{
 height: 265px;
 
}
.header-image{
 margin-top: 195px;
  filter: alpha(opacity=50);
 khtml-opacity: 0.5;
 moz-opacity: 0.5;
 opacity: 0.5;
}
.nav{
 position: relative;
 height:55px;
}
.nav a{
float:left;
}
.nav a.home{
width:460px;
}
.logo{
 left: -173px;
 position: absolute;
 top: -105px;
}
.entries, .pages{
 margin-top:120px;
}

.entries-bg{
 height: 100%;
 position: absolute;
 top: 315px;
 width: 100%;
 z-index: -69;
}
.entry{
 margin-bottom:60px;
}
.entry img{
border: solid 10px white;
}
.footer{
color:#999;
font-size:12px;
margin-top:200px;
}
.pages p{
font-size:11px;
line-height:20px;
margin:0 auto;
text-align:left;
width:50%;
}
.pages{

}

