﻿*{
	font-family:: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #666;
}
html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#frm {
    position: relative;
    min-height: 100%;
}

header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #bf0000;
    min-height: 150px;
}

footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4 url(../images/fit_bw.png) no-repeat 0px center;
    color: #eee;
    width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 100px;
	font-family: Tahoma, Geneva, sans-serif;
}

#tempdown{
	position: absolute;
	left: 0px;
	bottom: 100px;
}

#footer {
    min-height: 100px;
    padding-left: 150px;
}


section > div, header > div, footer > div {
    max-width: 1170px;
    margin: 0px auto;
    padding: 25px;
}

section:nth-child(1) {
    background-color: #fff;
}

section:nth-child(2) {
    background-color: #eee;
	text-align: center;
}



.clear {
    clear: both;
}
