@charset "utf-8";
/* CSS Document */

img{border:0;}

body{
	background-color:#FFF;
}
#container {	
	position:absolute;
	top:0;	left:50%;
	margin-left:-504px;
	width: 1008px;
	padding:10px 0 120px 0;
}

div#taskbar{
	position: fixed;
	background:url('../images/bg_taskbar.png') bottom left repeat-x;
	left: 0; bottom: 0;
	width: 100%;
	padding: 0;
	height:97px;
	z-index:100;
	text-align:center;
}
div#taskbar_b{
	position: fixed;
	background:url('../images/bg_taskbar_b.png') bottom left repeat-x;
	left: 0; bottom: 0;
	width: 100%;
	padding: 0;
	height:288px;
	z-index:100;	
	text-align:center;
}
div#taskbar_c{
	position: fixed;
	background:url('../images/bg_taskbar_c.png') bottom left no-repeat;
	left: 50%; bottom: 0;
	margin-left:-504px;
	width: 1008px;
	padding: 0;
	height:93px;
	z-index:100;
}
div#center{
	width:974px;
	margin-left: auto;
    margin-right: auto;
	position:relative;
	margin-top:18px;
}
div#center3{
	width:974px;
	margin-left: auto;
    margin-right: auto;
	position:relative;
	margin-top:-32px;
}
div#center2{
	width:974px;
	margin-left: auto;
    margin-right: auto;
	position:relative;
	margin-top:-72px;
}
p, a {
	font-family: verdana;
	font-size: 11px;
	color: #000
}	

