/* CSS Document */body { margin:0; padding:0; } #outline { width:100%; background-repeat:no-repeat; background-image:none; background-position-x:center; background-position-y:top; } #head { background-image:url(images/head_bg.gif); background-repeat:repeat-x;  } #close { width:212px; position:absolute; top:0px; right:0px; } #contents { position:static; top:0px; margin:auto; padding:auto; width:800px; background-color:#FFFFFF; color:#333333; line-height:140%; font-size:80%; text-align:left; border:2px solid #ffcc33; }p { color:#FF0000; } .gray { font-size:90%; } .red { color:#FF0000; }#foot { text-align:center; padding:10px; font-size:80%; color:#FFFFFF; background-color:#e10915; }