html, body {
height: 100%;
width: 100%;
margin: 0 0 0 0;
background-color: #999;
}

div#image { 	
position: absolute; 
z-index: 1; 
width: 100%; 
height: 100%;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

div#entry { 	
position: absolute; 
z-index: 2; 
bottom: 0px;
right: 0px; 
visibility: visible;
background-color:#e2e2e2;
width: 426px;
}

p {
position:relative;
left: 16px;
margin: 0 0 0 0;
width: 396px;
font-size: 11px;
color: #333333;
font-family: helvetica, arial, system;
line-height : 14px;
}

p.head {
left: 0px;
}

p.title {
padding-top: 16px;
font-size: 16px;
line-height : 18px;
}

p.date {

}

p.entry {
padding-top: 4px;
padding-bottom: 16px;
font-weight: bold;
}