#test {
background-color: RGB(169,214,214);
width: 380px;
height: 380px;
float: left;
text-align: center;
}



#test p{
padding: 3px 3px 3px 3px;
text-align: left;
}

#test img{
margin-left: auto;
margin-right: auto;
}

#test2 {
background-color: RGB(169,214,214)/*RGB(134,148,107)*/;
width: 380px;
height: 380px;
float: right;
position: relative;
}

#test2 p{
text-align: center;
padding: 3px 3px 3px 3px;
}

#test2inner{
background-color: RGB(169,214,214);
width: 380px;
position: absolute;
bottom: 0px;
}
