Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 0.43 KB | Hits: 27 | Expires: Never
Copy text to clipboard
  1. body {
  2. background: #000;
  3.                         }
  4.                        
  5.                         #lol {
  6.                                 background: url(images/lol.png) top left no-repeat; width: 681px; height: 789px; border: 1px solid #fff; position: relative; margin-left: auto; margin-right: auto;
  7.                         }
  8.                        
  9.                         #nav {
  10.                                 border:0px solid #CCC;
  11.                                 position:relative;
  12.                                 top:130px;
  13.                                 margin-left: auto;
  14.                                 width:580px;
  15.                                 text-align:center;
  16.                                 margin-right:auto;
  17.                         }
  18.                        
  19.                         img {
  20.                                 border:0px;
  21.                         }