html,body                         { position:absolute; width:100%; height:100%; padding:0px;
                                    margin:0px; color:#000000; background-color:#595959; border:0px;
                                    font-size:15px; font-family:Verdana, Tahoma, sans-serif;
                                    overflow:hidden; }
img                                { border:0px; }

#content                          { position:absolute; margin:0px; left:40px; top:10px;
                                    right:255px; bottom:10px; padding:25px; padding-top:35px;
                                    border:1px solid #000000; background-color:#C9C9C9;
                                    color:#000000; overflow:auto; }

#content p:first-letter           { font-size:1.6em; /* font-weight:bold; */ }
#content .large                   { font-size:1.7em; }
#content .medium                  { font-size:1.1em; }
#content .small                   { font-size:0.8em; }
#content a                        { font-weight:bold; color:#000000; text-decoration:none; }
#content a:hover                  { font-weight:bold; color:#FEC501; text-decoration:none; }
#content img                      { border:0px; }

#pic                              { border:1px solid #7F7F7F; background-color:#000000;
                                    position:fixed; margin:0px; top:10px; right:40px;
                                    bottom:10px; width:190px; }
#pic img                          { position:relative; height:100%; width:100%; top:0px;
                                    right:0px; bottom:0px; margin:0px; }

