html, body{
	margin: 0 0 0;
	padding: 0 0 0;
	height: 100%;
}

body {
	background: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	
}

h1 {
	font-size: 20px;
	margin-left: 15px;
}

a {
	outline: none;
	color: #ffff00;
}

a img {
	border: none;
}

#nonFooter {
	position: relative;
	min-height: 100%;
	width: 777px;
	margin: 0 auto;
}

#infoFloat {
	position: relative;
	float: right;
	top: 10px;
}

#header {
	position: relative;
	clear: both;
	top: 25px;
}

#nav {
	position: relative;
	top: 55px;
	margin-left: 4px;
	z-index: 4;
}

#nav img {
	margin-left: -4px;
}

#content {
	position: relative;
	padding-top: 70px;
	padding-bottom: 50px;
	z-index: 3;
}

#column1 {
	position: relative;
	background: #000;
	color: #fff;
}

#column1 p {
	margin-top: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#colfooter {
	position: relative;
	height: 9px;
	width: 379px;
	bottom: 0px;
	margin-top: -13px;
	#margin-top: 0px;
	background: url('images/column_foot.png') bottom left no-repeat;
}

#footer {
	position: fixed;
	/*margin-top: -390px;*/
	bottom: 0px;
	height: 390px;
	width: 100%;
	overflow: hidden;
	background: url('images/bg.jpg') bottom left no-repeat;
	z-index: -1;
}