/* 
	Generalens.com 
	Layout stylesheet 
*/

* {
	margin: 0;
}

html, body {
	height: 100%;
}

div#container {
	min-height: 100%;
	width: 1000px;
	height: auto !important;
	height: 100%; 
	margin: 0 auto -100px; 
}

header {
	width: 1000px; 
	height: 128px; 
}

section#content {
	width: 950px; 
	height: 100%;
	min-height: 620px;
}

div#push {
	height: 100px;
}

footer {
	height: 100px; 
	width: 1000px; 
	margin: 0 auto;
}

nav {
	width: 980px; 
	position: relative;
	height: 18px;
	top: 100px;
}
