/* 
Document   : foot
Created on : 08-May-2009, 17:48:06
Author     : Administrator
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#bottomcontainer {
    clear:right;
    background-color:#ddddbb;
    border:groove #006699;
	border-width:10px;
	border-color:silver;
    position:absolute;
    top:3100px;
    width:83%;
    margin-left: 7px;
    margin-right: 10px;
    margin-top: 40px;
    left: 7%;
}
.left1 {
	width:30%;
}
#rick {
    position:relative;
	vertical-align: middle;
	text-align:center;
    width:60%;
}
#right {
    top:-10px;
    line-height:1;
	vertical-align: middle;
    width:69%;
    background-image:url(../images1/girlsmall.gif);
}

