body{
	background-image: url(images/background.gif);
	background-color: #cbcbcb;
	padding:0px;
	top:0;
	margin:0px;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: repeat;
}

#landingouter {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	text-align: center;
	margin-top: -176px;
}

#landingmain {
	margin: auto;
	height: 351px;
	width: 900px;
	text-align:left;
	overflow: hidden;
/*	background-color: #FF0000; */
}