/* CSS Document */
body {
	margin: 0px;
	padding: 0;
	text-align:center;
	background-color: #000044;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
#wrap{
	margin:0 auto;
	padding: 0;
	width: 945px;
}

html>wrap{
	width: 945px;
}
#top{
width:945px;
height:17px;
background-image:url(img/img_top.jpg);
background-repeat:no-repeat;
}

#middle{
width:945px;
background-image:url(img/img_midbg.jpg);
background-repeat:repeat-y;
}

#bottom{
width:945px;
height:18px;
background-image:url(img/img_down.jpg);
background-repeat:no-repeat;
}