#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; }

/* PENTABANNER TOP */
#HeaderTopStuffDisplayer{
	margin: 0px;
	padding-bottom: 4px; }

#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;/*Fixes a display problem on the account page,
	but may create a gap if your side panel menu is longer than your
	forum's main content - you can remove this line, but the stuff
	displayed at the bottom of the account page won't be at the
	bottom anymore*/
	}

/*Lines below are for stuff in the settings panel, don't change them

#StuffDisplayerForm input{
	width:14px!important; }
#URLStuff{
	height:20px!important; }

*/


/* RIGHT BANNER */
#Banner {
	width: 180px;
	margin: 0px auto;
	padding-top: 15px; }







