body {
	background-color:#EEE;
	background-image:url("/images/hello/hello_bg.jpg");
	background-repeat:repeat-x;
}

#container {
	position:relative;
	width:100%;
	text-align:center;	
}

#main {
	width:968px;
	text-align:left;
	background-color:#FFF;
	margin:0 auto;
	padding-bottom:140px;
}

#lknav {
	width:100%;
	text-align:center;	
	background-image:url("/images/buttonBarBG.png");
	background-repeat:repeat-x;
	position: fixed;
	bottom: 0;
}