html {
	background: url(images/layout/layout-bg.jpg) #141414 repeat-y center;
    font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}
body {
    background: transparent url(images/layout/body-bg.png) no-repeat center top;
    font-size: 11px;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    min-height : 550px;
}
.layout-body {
	/*background: url(images/layout/layout-bg.jpg) #000000 repeat fixed;
	background : #000000;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;*/
	bottom: 0;
	color: #ffffff;
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
	left: 50%;
	margin: 0 0 0 -480px;
	position: absolute;
    top:0px;
	width: 960px; /* adjust width as needed */
	padding: 0 0 0 0;
}
.layout-body-spacer {
	padding: 12px 12px 0 12px;
}
