html {
	height		: 100%;
        /*border        : 1px solid #ff0000;*/

}
body {
	margin-top	: 0px;
	padding		: 0px;
	text-align	: center;
        background	: #C8C8C8;
}
.frame {
	margin-left	: auto;
	margin-right	: auto;
	width		: 975px;
	text-align	: left;
	background	: #fff;
}

.top {
	background	: #000000;
	width		: 975px;
	text-align	: right;
}

.main {
	width		: 975px;
	/*border          : 1px solid #ff0000;*/

}

.container_left {
  width      : 138px;
  /*  min-height : 500px; */
  padding    : 0px;
  margin     : 0px 5px 0px 5px;
  float      : left;
 /*  background : #ff0000; */
  overflow   : hidden;
}

.container_right {
	width		: 821px;
        float           : left;
        padding         : 0px 3px 0px 3px;	
	/*border        : 1px solid #ff0000;*/
	min-height	: 400px;
}
/* IE Hack stuff */
/*\*/
* html .container_right {
  height : 420px;
}

.container_right_test {
	width		: 808px;
        float           : left;
        padding         : 0px 7px 0px 7px;	
	/*border        : 1px solid #ff0000;*/
        min-height      : 420px;
	background	: #fff;
}
/* IE Hack stuff */
/*\*/
* html .container_right_test {
  height : 420px;
}

.container_right_score {
	width		: 816px;
        float           : left;
        padding         : 0px 3px 0px 3px;	
	/*border        : 1px solid #ff0000;*/
	min-height      : 400px;
}
/* IE Hack stuff */
/*\*/
* html .container_right_score {
  height : 420px;
}


.bottom {
	background-repeat	: no-repeat; 
	width			: 975px;
	height			: 2px;
}


