.container 
	{
	background-color:#fff; 
	}

.container div p 
	{
	background-color:#fff
	}

#topshadow
	{ 
	margin: 0px 0px 0px 0px;
	width: 998px;
	height: 19px;
	background-color:  #fff;
	background:  url(top.png) repeat-x;
	}

#botshadow
	{ 
	margin: 0px 0px 0px 0px;
	width: 998px;
	height: 36px;
	background-color: #fff;
	background:  url(bot.png) repeat-x;
	}

#shadow
	{ 
	margin: auto;
	width: 998px;
	background:  url(side.png) repeat-y;
	}