/*

   Whiskers N Wags Home Page Layout Style Sheet

   Filename:         home_layout.css
   Supporting Files: index.htm

*/

h2 {
    text-align: center;
}

section.message {
    float: right;
    text-align: center;
    width: 400px;
    height: 500px;
    margin: 10px 80px 0px 10px;
   
}

img.frontpage {
    width: 300px;
    height: 360px;
    margin: 20px 0px 0px 90px;
        
}

