body {
	margin: 0px;
	background-repeat: repeat;
	text-align: center;
}
#container {
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right center;
}
#header {
}
#navbar {
	background-color: #E9E9E9;
}
#inner {
	width: 85%;
	background-image: url(../images/img/ghost.jpg);
	background-repeat: repeat;
}
#content {
	height: auto;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/img/ghost.jpg);
	text-align: left;
}
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-color: #E9E9E9;
}
#tbl_cart {
	margin-top: 15px;
	border: 1px solid #000000;
}
#img_logo {
	margin-left: 15px;
}
#tbl_mainc {
	border: 1px solid #000000;
}
