@charset "utf-8";
/* CSS Document */

html 
	{
		min-height:100%;
	}

body
	{
	text-align:center;
	margin:0;
	bottom:0;
	padding:0;
	height:100%;
	background-color:#e8dcc4;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	min-height:100%;
	}

#container
	{
		height:100%;
		width:100%;
	}
	
#cbox
	{
	}
	
#below
	{
		height:49px;
		width:100%;
		text-align:center;
		position:absolute;
		left:0;
		bottom:0;
		background-image:url(../images/footerbg.jpg);
		background-repeat:repeat-x;
	}
