body
{
/*	background: #eee url('../design/bodybg.gif') fixed repeat-y center;*/
	background-color:#d1d2d4;
	text-align: center;
	margin: 0px;
	* margin-left: 1px;
	min-width: 950px;
	height: 100%;
}

div#holder
{
	margin: 10px auto;
	width: 850px;
	text-align: left;
	position:relative;
	background-color:#FFFFFF;
	border:#e96f24 solid 1px;
	background-image:url(/design/addatag_bg.gif); 
	background-repeat:repeat-y;
	height:95%;
	overflow-x: hidden;
	overflow-y: auto;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:80px;
	background-color:#e96f24;
}

div#main
{
	position:absolute;
	left:183px;
	top:80px;
	width:650px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:80px;
	width:173px;
}