@charset "utf-8";
/* CSS Document */

/****************************************************************/
/*              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; }


/****************************************************************/
/*              Advertisement - Containers                      */
/****************************************************************/

/*** Leaderboard ***/

.ad div.leaderboard {
    background: url(../images/ads/leaderboard-90.png) no-repeat scroll 0 0 transparent;
    width:728px;
    height:90px; }


/*** Billboard ***/

.ad div.billboard {
    background: url(../images/ads/billboard.png) no-repeat scroll 0 0 transparent;
    width:770px;
    height:250px; }


/*** Skyscraper ***/

.ad div.skyscraper {
    background: url(../images/ads/skyscraper-200.png) no-repeat scroll 0 0 transparent;
    width:200px;
    height:600px; }


/*** Halfpage ***/

.ad div.halfpage {
    background: url(../images/ads/halfpage-300.png) no-repeat scroll 0 0 transparent;
    width:300px;
    height:600px; }


/*** Rectangle ***/

.ad div.rectangle {
    background: url(../images/ads/rectangle-200.png) no-repeat scroll 0 0 transparent;
    width:200px;
    height:200px; }
