

/* put in head*/

/*font-size: 62.5%;sets the document size to 10px

default document size is 16px, so, 1em = 16px 1em divided by 16 = 0.0625 x 10 =62.5% (10px)

now 1 em = 10px so now 12px = 1.2em*/

body {background: url(bg.jpg) repeat-x; margin: 20px 0; padding:0; text-align:center; font-size: 62.5%; font-family: Tahoma;}

div#container {width:450px; height:700px; padding:1px; margin:0 auto; background-color:#fff}

div#branding {width:600px; height:446px; padding:0; margin:0 auto;}

div#content {width:600px; height:640px; padding:0; margin:0 auto;}
a {color:#f06; font-size:1em;}




