/**Layout Sheet for Jill **/


h1{
text-align: center;
position:relative;
padding-right: 100px;
padding-top: -400px;
margin-top: 0px;

}

h2 {
text-align:center;
position:relative;
top: -40px;  
padding-left: 150px;
}



 
#one {
float:left;
margin-left:0;
text-align:center;
width:50%;
border:2px solid black;
border-radius:20px/30px;
postition:relative;
}
 
#two {
width:50%;
float:right;
}

#two img{
margin-top:-400px;
margin-right:auto 0;
text-align:center;
border-radius:20px/30px;
float:right;	
postition:relative;
}

footer{
position:fixed;
bottom:0;
width:100%;

}

