@charset "utf-8";
/* CSS Document */

html{overflow-y:scroll}

BODY{
	background: #666666;
	padding:0px;
	margin:0px;
}

TABLE.mainBody{
	height:220px;
	width:800px;
	dborder:solid #fff 1px;
	overflow:scroll;
}
TR.row{
	height:100px;
}
TD.leftColumn{
	width:178px;
}
TD.rightColumn{
	width:600px;
}
IMG.leftColumn{
	height:100px;
	width:178px;
	border:0px;
}
IMG.rightColumn{
	height:100px;
	width:622px;
	border:0px;
}