@CHARSET "ISO-8859-1";

.bodyCopy {  font-family: Arial; font-size: 11px; font-style: normal; line-height: 14px; font-weight: normal; color: #000000}
.bodyCopyBold { font-family: Arial; font-size: 11px; font-style: normal; line-height: 14px; font-weight: bold; color: #000000}

body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	background-image: url(http://www.mycricket.com/images/bg_body.gif);
}

.container {
	width: 940px;
	text-align: left;
	padding-left:20px;

	background-image: url(http://www.mycricket.com/images/bg_rightside.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
.bgleftside {
	margin: 0 auto;
	width: 960px;
	background-image: url(http://www.mycricket.com/images/bg_leftside.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.bgrightside {
	width: 20px;
	background-image: url(http://www.mycricket.com/images/bg_rightside.gif);
	background-repeat: repeat-y;
}
.pagecontent {
	width: 880px;
	padding: 0 20px 0 20px;
	margin: 0;
	background-color: #FFFFFF;
}