html, body {
     height:100%
}
body{
	color:#898989;
	background:#4a93ef;
	text-align:left;
	padding:0;
	margin:0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
a, p, h1 {
	padding: 0;
	margin: 0;
	line-height: 19px;
}
h1 {
	color: #464646;
	font-size: 14px;
}
a {
	color: #0e2180;
}

/*----------BACKGROUND IMAGE-----------*/

#bg { position: fixed; bottom: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.border { width:100%;height:15px;position: absolute; top: 0; left: 0; background-color:#008838; }

/*----------WRAP-----------*/

#wrap {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	margin-bottom: -150px;
	min-height: 100%;
	height: auto !important;
}
.push { height:140px;}

/*----------FOOTER-----------*/

.footer {
	width: 100%;
	overflow: hidden;
	background: url(img/footer_bg.png);
	position:relative;
	height: 150px;
}
.footerContent {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
.logo {
	text-indent: -9999px;
	background: url(img/logo.png) no-repeat;
	float: left;
	height: 86px;
	width: 189px;
	margin: 34px;
}
.info {
	width: 440px;
	overflow: hidden;
	float: right;
}
.map {
	float: left;
	position: relative;
	margin: 15px 0;
	height: 110px;
	width: 147px;
	padding: 6px;
}
.contact {
	width: 235px;
	float: right;
	margin: 15px 30px 0 15px;
}