When adding a border to a div with CSS, where does it's pixels exist in
relation to the div's width and height? For instance, if I create a 300px by
300px div and add a 1px border to it, have I now created a 302px by 302px
div, or have I reduced my usable space within the div to 298px by 298px?