@charset "UTF=8";
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
color: #000000;
background-color: #999999;
}
#info{
z-index:1;
width:700px;
height:300px;
position:relative;
top:10px;
left:25%;
right:25%;
}
#picture{
z-index:2;
width:700px;
height:700px;
position:relative;
top:10px;
left:25%;
right:25%;
background-image:url(homestill.jpg);
background-repeat:no-repeat;
}