@charset "UTF-8";
/*sparkiepop is the best*/

body {background:#fff;
}
/*to center watch the trailer
p.center
{
text-align:center;
}*/


#main {width:700px; height:548px; position:fixed; left:130px; top:65px;}
/*dunno if this works for centered bg:
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;}*/

/*names instead of paul and bill, paul was left 70px and bill was left 740
#names {font-size:40px; color: #d67acd; font-family: Impact, Charcoal, sans-serif; position:absolute; top:40px; left:70px;}*/

#paul {font-size:35px; color: #d67acd; font-family: Impact, Charcoal, sans-serif; position:fixed; top:5px; left:70px;}
#bill {font-size:35px; color: #d67acd; font-family: Impact, Charcoal, sans-serif; position:fixed; top:5px; left:740px; }

#nav {position:fixed; left:270px; top:10px;}
#nav ul li {margin-left:0; padding:3px 10px; list-style:none; display:inline; font:16px arial;}
#nav ul li a:link {color:#81b6f3; text-decoration:none;}
#nav ul li a:hover {color:#d67acd; text-decoration:underline;}
#nav ul li a:visited {color:#81b6f3; text-decoration:none;}
#nav ul li a:active {color:#81b6f3; text-decoration:none;}

#content {width:700px; height:548px; position:fixed; left:130px; top:115px;}

#watch {font-size:35px; color: #81b6f3; font-family: Impact, Charcoal, sans-serif; left:345px; position:fixed; top:635px; margin:0 auto;}
#watch a:link {color:#81b6f3; text-decoration:none;}
#watch a:hover {color:#d67acd; text-decoration:underline;}
#watch a:visited {color:#81b6f3; text-decoration:none;}
#watch a:active {color:#81b6f3; text-decoration:none;}

#footer {font-size:11px; color: #f9d9f6; font-family:Verdana, Arial, Helvetica, sans-serif; position:fixed; top:665px; bottom:0px; left:5px;}