html {width: 100%; height:100%;}
body {
    height:100%;
    margin: 0;
    color: #333;
    font-family: verdana,arial,sans-serif;
    background: #fff url('../images/header_tile.gif') repeat-x;
	font-size:62.5%     /* for IE/Win */
}

html>body {font-size:10px} /* for everything else */

div,table,td,th {font-size: 1em;}

img {border: 0;}

a:link {text-decoration: none; color: #660000;}
a:visited {text-decoration: none; color: #660000;}
a:hover {text-decoration: none; color: #e78f77;}
a:active {text-decoration: none; color: #660000;}

h1 {color: #333;}
h2 {color: #333;}
h3 {color: #333;}
h4 {color: #333;}

#wrapper {
    position: relative;
    height: 100%;
    min-height: 815px;
}

#header {
    position: absolute;
    top: 0;
    left: 291px;
    background-color: #deb406;
}

#left_col {
    position: absolute;
    top: 0;
    left: 0;
    width: 291px;
}

#menu {
/*    internet explorer only*/
}

#footer {
    position: absolute;
    bottom: 0;
    width:100%;
}

#footer_upper {
    width: 1190px;
    margin-bottom: -2px;
}

#footer_lower {
    position: relative;
    height: 43px;
    margin: 0 0 0 295px;
    background-color: #97ABB6;
}

#credit_link {
    position: absolute;
    top: 15px;
    left: 610px;
}

img#big_eats {
     margin-bottom: -42px;
}

#social {
    position: absolute;
	margin: 165px 0 0 750px;
}
#social img {
    margin: 0;
}