body, html { margin: 0; padding: 0; height: 100%; }
body { background-color: #000; text-align: center; background-image: url(stivan.jpg); background-repeat: no-repeat; background-position: center center; }
#content { width: 640px; height: 480px; position: absolute; top: 50%; left: 50%; margin-left: -320px; margin-top: -240px; color: #aaa; font-family: verdana; font-size: 14px; }

