* {
	margin: 0;
	border: 0;
	outline: none;
	color: #663300;
	}

html {
	height: 100%;
	}

body {
	height: 100%;
	background-image: url(../img/bgcolor.png);
	}
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -400px;
	}

.wrapper p {
	position: absolute;
	top: 15px;
	width: 100%;
	text-align: center;
	font: 10px Courier New, Courier, Serif;
	}
	
.footer {
	height: 400px;
	position: absolute;
	width: 100%;
	}
	
.footermenu2 {
	height: 400px;
	position: absolute;
    bottom:-65px;
	width: 100%;
	background: url(http://breannetrammell.com/bakelab/img/lab_bottom.png) repeat-x;
	}

#main {
	width: 530px;
	position: absolute;
	top: 40%;
    left: 50%;
	margin: -225px 0 0 -400px;
	text-decoration: none;
	font: 12px Courier New, Courier, Serif;
	color: #663300;
	overflow: auto;
	}
	
.holiday {
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute; 
    left: 50%;
    display: table-cell;
    vertical-align: middle;
    font-family: Courier New, Courier, Serif;
    font-size: 12px;
    text-align: center;
}

.tinyholiday {
    position: relative; 
    left: -50%;
    vertical-align: middle;
    
}
      

#jazzy {
	color: #009999;
	font: 17px Courier New, Courier, Serif;
	text-decoration: none;
    letter-spacing:.025em;   
    }
    
#subtitle {
	color: #663300;
	font: 13px Courier New, Courier, Serif;
    color:#006699;
    }
    
a.jazz {
	color: #FFFFcc;
    font: 15px Courier New, Courier, Serif;
    background: #009999;
    
    }
	
a {
	text-decoration: none;
	color: #009999;
    font: 12px Courier New, Courier, Serif;
	}
	
#therefore {
    font: 15px Courier New, Courier, Serif;
    font-style: bold;
    }
    
.menu  {
	color: #FFFFcc;
    font: 12px Courier New, Courier, Serif;
    background: #009999;
  	line-height: 1.75em;
  	padding:1px;

    }
    
.contact {
	color: #FFFFcc;
    font: 12px Courier New, Courier, Serif;
    background: #009999;
  	line-height: 1.75em;
  	padding:1px;

    }
