.top {
position: absolute;
width: 700px;
left: 50%;
margin-left: -350px;
top: 0%;
margin-top: 0px;
border-style:solid;
border-width:0;
border-color:black;
}


.laytext {
position: absolute;
left: 10px;
top: 10px;
width:100px;
height:100px;
border-style:solid;
border-width:1;
border-color:gray;
font-family:verdana, sans serif;
font-size:11px;
color:black;
padding:4px;
line-height:150%;
}

.laypict{
position: absolute;
left: 10px;
top: 10px;
border-style:solid;
border-width:0;
border-color:black;
}

.bottom {
position: absolute;
width: 700px;
left: 50%;
margin-left: -350px;
top: 100%;
margin-top: -20px;
}



