html{
    height: 100%;
}
body {
    height: 100%;
}
img { border: none }
#pg {
    width: 100%;
    height: 100%;
    background: url('../img/fisha.png') no-repeat;
}
#pg-top {
    height: 1%;
}
#pg-top > div.bubble{
    margin-left: auto;
    padding: 30px 30px 30px 0;
}
#pg-middle {
    vertical-align: top;
}
#pg-middle > div.content, #pg-bottom > div.author {
    margin: auto;
    width: 805px;
    padding-left: 66px;
}
#pg-middle > div.content {
    background: url('../img/fish.png') no-repeat;
    height: 240px;
}
#pg-middle > div.content > h1 {
    padding: 22px 0 20px 0;
}
#pg-middle > div.content > div.selections {
    position: relative; 
    top: -135px; 
    left: -30px; 
    width: 800px; 
    overflow: hidden;   
	
	
}
#pg-middle > div.content > div.selections .selection {
	position: relative;
	display: block;
	height: 150px;
	border-color: transparent;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #e1e1e3;
}
#pg-middle > div.content > div.selections .unbordered {
    border-color: transparent;
	
}

#pg-bottom {    
    height: 1%;
    padding-bottom: 40px;    
}
