body {
	background-color: #fbe098;
	background-image: url(images/BG_main_gradient.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	/*text-align: left;*/
	margin: 0 auto;
	width: 1000px;
}

.navbar {
	background-image: url(images/BG_top_navbar.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

.footer {
	background-image: url(images/BG_base_shadow.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a99967;
	padding-top: 15px;
	padding-bottom: 30px;
}

.footer a:link, .footer a:visited {
	color: #a99967;
	text-decoration: none;
}

.footer a:hover {
	text-decoration:underline;
}

.flashcontainer {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
}

.pop_header {
	/* background-image: url(images/pop_kimora_BG.png); 
	background-repeat: no-repeat; */
	text-align: center;
	padding-top: 39px;
	padding-bottom: 14px;
}

.pop_content {
	margin-top: 30px;
	margin-right: 35px;
	margin-bottom: 30px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}

.closewindow {
	text-align: right;
	padding-right: 25px;
}

