/* CSS Document */
		body { background-color:#fff }
		#fixed_bg {
			background-color:#fff;
			z-index:-99999;
			width:100%;
			height:100%;
			left:0;
			top:0;
		}
a {behavior:url(./onfocus.htc); text-decoration:none}
a:link {color:#909090}
a:visited {color:#505050}
a:hover {color:#a0a0a0}
a:active {color:#909090}
a img { border:0 }

#wrap { 
height:100%;
margin:0px;
padding:0px;
}

#layout_wrapper {
	margin: 0 auto 0 auto;
	width:100%;
}

#layout_logo_wrapper {
	margin:0 auto 0px auto;
	background-image:url(/images/logo1.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
	z-index:1;
	margin-top:0px;
	width:300px;
	height:50px;
    cursor:pointer;
}


#mainpage_slide_wrapper {
	margin:0px auto 0px auto;
	width:840px;
	height:533px;
	z-index:1;
	background-repeat:no-repeat;
	box-shadow: 1px 1px 30px rgba(0,0,0,0);
	border:0px solid #fff;
}

#layout_copyright_wrapper {
	margin:0 auto 0px auto;
	background-image:url(/images/copy1.jpg);
	background-repeat:no-repeat;
	background-position:0 50px;
	z-index:1;
	margin-top:15px;
	width:840px;
	height:40px;
    cursor:pointer;
}