#index-pic{
	margin:0;
	padding:0;
}
#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	border-right: 8px solid #ffffff;
	border-left: 8px solid #ffffff;
	border-bottom: 8px solid #ffffff;
	border-top: 10px solid #ffffff;
	width: 845px;
	background-image:url(../images/bg-index.jpg);
	background-position: -2px 0px;
	background-repeat:repeat-y;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right: 8px;
	padding-left: 6px;
	padding-top: 12px;
}
#mainContent { 
	margin: 0px 188px 0 0; 
	height:485px;
/*	background-image:url(../images/index-pic4.jpg);
*/	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent .bg  { 
	background-image:url(../images/index-pic4.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:0;
} 
#mainContent .wrapper-splash{
	width: 650px;
	height: 341px !important;
	background: none;
	text-align: center;
}
#index-text{
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	font-size:13px;
	line-height: 20px;
}
