/* #################################################### THIS IS THE CASCADING STYLE SHEET (CSS) FOR PAGE 3 Coded by Mike Cherim, http://green-beast.com/ USE YOUR BACK BUTTON TO RETURN ##################################################### */ /* This would normally be the body element */ #demobody { padding : 0; margin : 0; font : 100.1% 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif; } /* This is the inner wrapper which contains the entire site */ #wrapper { width : 760px; /* ADDED THIS */ margin : auto; /* ADDED THIS */ border : 1px solid #000033; /* ADDED THIS */ }