@charset "utf-8";

/* CSS Document */



body{

	margin:0px;

	background-color:#FFFFFF;

	background-image:url(images/bg_strip.gif);

	background-repeat:repeat-x;

	/*background:transparent url(images/bg_court.jpg) no-repeat fixed center top;

	font-family:Arial,Helvetica,Verdana,sans-serif;*/

	text-align:center;

}

.container{

	width:841px;

	height:auto;



	/*margin-left:200px;*/

	margin:0px auto;

		

}

.topPart{

	height:111px;

}

.midPart{

	height:auto;

	background-image:url(images/midImg.jpg);

	background-repeat:repeat-y;

}

.bottomPart{

	height:18;

}

.boxTop{

	margin:0px auto;	

	height:14px;

	width:795px;

	background:url(images/BoxTopImg.jpg) no-repeat;

	}

.boxMid{

	margin:0px auto;

	width:795px;

	height:auto;

	background:url(images/BoxMidRepeat.jpg) repeat-y;

	}

.boxBottom{

	width:795px;

	margin:0px auto;

	height:14px;
	border:1px solid #FF0000



	}



