/* CSS Document */
html{
	height:100%;
	width:100%;
}
body{
	margin:0;
	padding:0;
	text-align:center;
	background:#fff url(/_global/media/bg.jpg) top center no-repeat;
}
div#dispatchList{
	height:700px;
}
#dispatchList ul{
	text-align:left;
}