@charset "utf-8";
/* CSS Document */

body {
    background-image:url('../images/bg.jpg');
    background-position: top center;
    background-size: cover;
}
#bob-p {background:url(../images/bob-pic.png) no-repeat;height:357px;width:928px;margin:70px auto 0;padding-top:230px;padding-left:30px;}
p {font-size:36px;font-family:'Myriad Pro', 'PT Sans', sans-serif;margin:10px 0;}
a {color:#ffffff;text-decoration:none;}
a:hover {color:#39F;}