/* CSS Document */

body, html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	background-color:#f9f7f7;
	background-image:url('images/index_bg_r.gif');
	background-repeat:repeat-x;
	background-position:left center;
}

img {
	margin:0;
	border:0;
}

#divContainer {
	position:absolute;
	width:960px;
	height:350px;
	left:50%;
	top:50%;
	
	margin-left:-480px;
	margin-top:-174px;
	
	text-align:center;
}
