html, body {
	height: 100%;
}

body {
margin : 0;
padding : 0;
font-size : 1em;
font-family: sans-serif;
line-height: 1.5em;
background-color: #2D120D;
}
#skip {
position : fixed;
top : 0;
left : 30px;
z-index: 200;
}

#skip A:link, #skip A:visited {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

#skip A:focus, #skip A:active {
position:relative;
display : block;
left: 25px;
top:0px;
padding-left : 1em;
padding-right : 1em;
width:auto;
height:1.45em;
}

#container {
width : 800px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}

/*HTML*/

h1 {
font-family: 'Saira Extra Condensed', sans-serif;
color : #FFFFFD;
font-weight: normal;
font-size: 5em;
text-transform: uppercase;
text-transform: none;
letter-spacing: .04em;
line-height: 1em;
text-align: center;
background-color: #2D120D;
z-index: 2;
}

#banner {
border : solid 1px transparent;
position : relative;
}
#coffee {
width : 800px;
height : 600px;
max-width: 100%;
position: absolute;
bottom : 0;
margin : 0;
margin-left : auto;
margin-right : auto;
background-image: url("../images/coffeecan.jpg");
background-repeat: no-repeat;
background-size: contain;
background-color: #2D120C;
}