Would a schematic help?
Yes
This is your circuit as I read it:

First thing, the divider by itself gives about 330 µV, because the AA battery should be 1.5 V, not 1V. And, including the input resistance of the amplifier, it shouldn't be that affected since it's 2.2k in series with the input resistance of the op-amp and the feedback resistor.
So, when connected to the amplifier, the divider gives 300µV.
Now, the amplifier's gain should be -1000/2.2 = -455, which multiplied by 300 µV gives -136 mV. If you run the simulation, you will see -56 mV: this is due to the input bias current, which for the 741 is high (80 nA) and unbalances the feedback divider. If you change the amplifier to the TL082 (in the simulation at least) you'll see the output going to the expected 136 mV.
Since your amplifier gives -10V, it's likely that the op-amp is saturated, and that may be caused by a missing connection somewhere: are you sure that the non inverting input is grounded? To what? The divider, being connected to the battery, is also referenced to ground, isn't it?
UPDATE: as Markrages pointed, the 741 has a maximum rated input offset voltage of 5 mV, which is one order of magnitude bigger than the signal you are amplifying. You can solve this with another op-amp (741 is one of the worst) or try to work on it with the offset nulling circuit, as suggested on the datasheet.
EDIT:
I was thinking again about the choice of the 741: there's only one reason to use it for didactic purposes (the only use that makes sense). And it's to show the non-idealities of op-amps, as it has every flaw that you can expect from one. I've also been taught about its flaws, like slew rate, saturation range, bias current, offset and low gain.
If you want just to demonstrate how op-amps work, use a better one. And make simpler circuits (small gain and good input signal, maybe a waveform generator), to remain on the sweet spot where everything works.