/* ---- GENERAL STYLES ----- */
html {
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #560024;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	outline: 0 !important;
	outline-style: none !important;
}

div#general {
	width: 998px;
	margin: auto;
}

div#main {
	float: left;
	width: 998px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/**********************************************
   view_our_interactive
**********************************************/

#see_our_vision { display: none; }
#see_our_vision_content { 
  /*background: url(../images/popup_contact_us_bg.png) no-repeat;*/
  /*width: 640px;
  height: 480px;*/
  /*float: left;*/
  padding: 5px;
}
