body {
    background-color:black;
}

.templateBackground {
    background-image: url(/mcsdcafe/Images/december.png);
    width:970px;
    height:750px;
}

.templateBackground table {
    width:681px;
    margin-left:96px;
    margin-top:35px;
    /*border:1px dotted grey;*/
    border-collapse:collapse;
    clear:none;
    float:left;
}

.templateBackground table tr td {
    width:136px;
    height: 117px;
    vertical-align:top;
    /*border:1px dotted red;*/
    
}
.templateBackground table tr td.wide {
    width:544px;
    height: 117px;
    vertical-align:top;
   /*border:1px dotted red;*/
    
}
.templateBackground table tr td p {
    margin:21px 0 6px;
    padding:0;
    text-align:center;
    font-weight:bold;
    font-size:80%;
    line-height:1.2em;
}

.templateBackground table tr td p.big {
    margin:30px 0 5px;
    font-size:12pt;
    font-weight:bold;
    line-height:14pt;
}

.alacarte {
    font-size:72%;
    margin-top:45px;
    margin-left:15px;
    float:left;
    clear:none;
    z-index:100;
    width:145px;
    border:1px dotted grey;
}

.alacarte h3 {
    font-weight:bold;
}

.headertext {
    color:white;
    padding-top:40px;
    padding-left:100px;
}