*, html, body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #91bc3d;
	font-family: arial, sans-serif;
}

img { border: 0; }
img, div { behavior: url(templates/bright/css/iepngfix.htc) }

ol, ul {
	margin-left: 30px;
	}
	
p {
	margin-left: 15px;
	margin-bottom: 10px;
	}

a {
	color: #0088cf;
	}
	
h2 {
	margin-top: 10px;
	}
	
a:hover {
	color: #2ea4ff;
	}

a:visited {
	color: #5a37ae;
	}

#container {
	display: block;
	position: absolute;
	min-height: 100%;
	width:100%;
	background-image: url(../images/wrapper.png);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top center;
}

#wrapper {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width:968px;
	padding: 15px;
	padding-top:0px;
	margin-bottom: 190px;
}

#footer {
	position: absolute;
	display: block;
	bottom: 0;
	padding-top: 40px;
	height: 150px;
	width: 100%;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #91bc3d;
	font-size: 10pt;
	color:#fff;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
}

#footer a {
	color: #fff;
	font-weight: bold;
	padding: 4px;
	}
	
#footer a:hover {
	background-color: #ffffff;
	color: #0075b2;
	}