#LeftBannerStuffDisplayer {
	display:block;
	width: 256px;
	height: 64px;
	background: url(images/left-banner.gif) no-repeat;
	margin-left: 0px;
	}
#RightBannerStuffDisplayer {
	display:block;
	width: 256px;
	height: 64px;
	background: url(images/right-banner.gif) no-repeat;
	position:absolute;
	right:0px;
	}
#HeaderTopStuffDisplayer{
	margin:0px 0px 0px 0px;
	padding:4px 4px 4px 4px;
	background:#fff;
	}
#HeaderBottomStuffDisplayer{
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 0px;
	background:#fff;
	}
#FooterStuffDisplayer{
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 0px;
	background:#fff;
	clear:left;/*Don't change this line, it fixes a display problem an the account page.*/
	}

/*Lines below are for stuff in the settings panel, don't change them*/	
#StuffDisplayerForm input{
	width:14px!important;
	}
#URLStuff{
	height:20px!important;
	}
	