@charset "utf-8";
/* CSS Document */
/* Version SVN: $ID$ */

/****************************************************************/
/*              Advertisement                                   */
/****************************************************************/

/******** Ads ********/

.ad {
    display:block;
    text-align:center;
    margin:1em 0; }

    .ad div {
        width:100%;
        height:auto;
        display:inline-block; }


/*** Leaderboard ***/

.ad div.leaderboard {
    max-width:728px;
    max-height:90px; }


/*** Billboard ***/

.ad div.billboard {
    max-width:770px;
    max-height:250px; }


/*** Skyscraper ***/

.ad div.skyscraper {
    max-width:200px; }


/*** Rectangle ***/

.ad div.halfpage {
    max-width:300px;
    max-height:600px; }


/*** Rectangle ***/

.ad div.rectangle {
    max-width:336px;
    max-height:280px; }


/*** Hockeystick ***/

#hockeystick {
    text-align:right;
    position:relative;
    margin-bottom:0; }

.hockeystick.top {
    width:728px;
    height:90px; }

.hockeystick.right {
    width:120px;
    height:600px;
    position:absolute;
    right:-120px;
    top:0;  }


/*** Wallpaper ***/

#wallpaper {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#cc6600;
    z-index:-1; }


