﻿body { 
    /*background: #000000 url(/common/img/bodyBG.jpg) top repeat-x;*/
    margin: 0;
    padding: 0;
    text-align: center;
}

#wrap {
    width: 955px;
    /*width: 777px;*/
    margin: 0 auto;
    text-align: left;
    padding-top: 110px;
}

#promoWrap {
    background-color: #fff;
    min-height: 600px;    
}

/* IE Hack */
* html #promoWrap { height: 600px; }

.left { display: block; float: left; }
.right { display: block; float: right; }
.clear { clear: both; }
.center { text-align: center; }
