/*--------------------------------------*/
/* toplayout.css                        */
/*--------------------------------------*/

/* background image */
#topbody {
	background-attachment: scroll;
	background-color: #fcf6f6;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
}

#container {
	background-color: #fcf6f6;
	width: 100%;
	height: 100%;
	text-align:center;
}

#header {
	background-color: #fcf6f6;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

/* end of file */
