﻿html,
body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	text-align: justify;
}
div{
	border: 0px solid red;
}

#wrapper 
{
	min-height: 100%;
	position: relative;
}

.divContent
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	overflow: visible;
	padding-bottom: 140px;
}

.divContent:after 
{ 
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}



.divContent span
{
	font-weight: bolder;
}

#divFooter
{
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #575756;
	text-align: center;
}
#divFooter img
{
	margin-top: 18px;
}

.divider
{
	background-color: #d77310;
	height: 5px;
	width: 100%;
}