body {
    min-width:600px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 600 ? "600px" : "100%" );
	background: url(../Advent/images/AdventWreath.gif) no-repeat .25em .25em ;
}

.footer {
    text-align: center;
}

#calendar {
	display: relative;
    margin-right: auto;
    margin-left: auto;
    width: 567px;
}

.weekday {
    width: 81px;
    float: left;
    text-align: center;
    fontsize: 9px;
    font-weight: bold;
    }

.cal {
    width: 81px;
    float: left;
    text-align: center;
    font: 12px bold;
    display:none;
    padding-bottom: 5px;
    }

.cal2 {
    width: 370px;
    float: left;
    text-align: center;
    font: 12px bold;
    display:none;
    padding-bottom: 5px;
    }

.clear {
    clear: both;
}
#header {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#header span {
	background-color: #fff;
}
.directions {
	font-weight: bold;
}

.directions span{
	background-color: #fff;	
}

.center {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.player {
	background-color:#eee; 
	border:solid #000000 1px;
	float: right;
	top: 0;
	right: 0;
	}