* {
	margin: 0;
}
html, body {
	height: 100%;
	
}
.wrapper {
	/*background-color:#fff;*/
	width: 1100px;
	position:relative;
	font-size: 12px;
	font-family:arial,sans-serif;

	background:  url(/images/transpbg.png);
	/**/
	padding-top:0px;
	
	min-height: 100%;
	height: auto !important;
	margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
}

.bgimage{
	background:url(../images/wrapper_bg.png);
	background-repeat:repeat-y;
	padding-left:5px;

}
pre { 
display:none 
}
.bgwhite{

background-color:#fff;}