Disclaimer: I wrote what I wrote below mainly to see if I could construct a plausible description of voltage and what goes on in circuits for myself, so it's a bit over-the-top. Also, some of it is written to stimulate intuition and is somewhat inaccurate to the gory details of scientific truth (I'm referring to where I'm describing the movement of charge down a wire and such). Still, this should hopefully help you get at least some idea of how voltages/currents work. The inaccuracies in qualitative description do not translate to inaccuracies in equations.
Voltage is basically a measure of how much energy a unit charge will dissipate going through the circuit. W=Vq, where W - work done by given charge, q - magnitude of the charge. If a wire was a hollow tube with nothing in it except a single electron speeding along, the electron would acquire a kinetic energy at the end of the tube that would be equal to the voltage times its charge. However, that wire in reality is chok-ful of particles and such. Individual electrons and and also the positive charges present keep butting each other and don't accelerate very far; instead they're bouncing around, hitting other charges, rebounding, hitting others again and so forth.
Since a voltage _is_ being applied across the circuit (there is an electric field in the wire), though, this bouncing around does result in a very slow net flow of charge down the wire (the electric field accelerates the charged particles when they're bouncing in one direction and decelerates them in the other, the net effect being movement in one direction). The funny thing is, it turns out (there's a lot of math behind this) that the _rate_ of the flow of charge is the same throughout the wire/circuit (in other words, the net flow of charge is not accelerating across the circuit). The kinetic energy that electrons would acquire by accelerating freely down the imaginary "empty wire" now shows up as the random bouncing-around kinetic energy energy of the charges as they move down the wire. The greater the voltage and hence the electric field, the faster the charge flows (=greater the current I, since the current is the charge passing through any crossection of the wire in one unit of time), the faster the electrons bounce around (since the field accelerates them more) . But all that bouncing of particles is really the same thing as heat - the voltage is effectively heating up the wire. And heat is energy - so the voltage is transforming electric energy into heat energy. (That is then subsequently absorbed by the environs, which is why a heater warms you or why you see a lightbulb glow).
So the voltage drop across a circuit measures how much energy would be dissipated by a unit charge going through that circuit. Hence the familiar formula P=IV - power is energy per time and current is charge per time, so if you multiply both sides by time you get W=QV, which says the energy dissipated (work done by charge moving) is equal to the charge that has moved through the circuit (effectively the amount of charge that has passed any point in the circuit in that time) times the voltage across the circuit. Furthermore, for an (non-existent) ideal voltage supply that can supply infinite current, that energy (and hence voltage drop) is always going to be the same, no matter what resistor you plug into the circuit. (Note that this is not the same as saying that the power is always going to be the same).
Similarly, a voltage drop across a portion of a circuit is the energy dissipated by a unit charge going through that portion of the circuit.
So what happens when you put some resistor in the circuit? Well, resistors are basically bottlenecks of current - they make it hard for current to pass through. This forces charge to slow down (which decreases the current). In fact, it turns out that, to a good approximation, the current is inversely related to a certain property of a resistor called R for resistance, which is a function of the physical properties and dimensions of the resistor. This is Ohm's Law: I=V/R. That is, if you put a tighter bottleneck into the circuit, current is going to be slowed down more - R has increased. (Incidentally, when there are no explicit resistors in the circuit, the wires themselves are the only resistors - the only thing that impede current. R is very low for wires, so I gets very high and so does the power P=IU. Hence the danger of short-circuiting).
Now to your circuit. When you have two resistors strung in parallel, it's as if there were two bottlenecks for the current to get through, one after the other. Their effect is cumulative, so you can write Rtotal=R1+R2, where Rtotal is the total resistance of the current. Why? Well, think of it as a traffic jam: first some people hit the first congested spot, slow down, then hit the next one right after and slow down even more, and soon there's cars slowed down to the same snail's pace all behind them. Now if you use Ohm's law you'll see that the current drawn will be I=Vtotal/(R1+R2). However, you want to know the voltage drop across each of the particular resistors. Here again you use Ohm's law. Now you know the total current that's going to be drawn by the circuit, so you can calculate how much energy that current will dissipate going through a particular resistor (bottleneck). For instance, V1=IR1=Vtotal*R1/(R1+R2). Intuitively, this means: the narrower the bottleneck R1, the harder the charge will have to squeeze to get through, so it'll heat the resistor up more (and dissipate more energy, leading to a greater voltage drop).
When you put the two resistors in parallel, it's a bit different. The current splits into two where the resistors branch off. One of them now has to squeeze through a tighter bottleneck than the other (higher R), so the current there will be slowed down more than in the other branch (so I will be lower). But - and this is the crucial point - the voltage drop across both branches _must be the same_ and equal to the voltage drop from the place where the current branched out to where it comes back together. Why? Well, putting it in fancy language, integrals across the electromagnetic field are path independent - that is, if you start from one point and go to another point, the energy it takes you to do so is always the same no matter what path you took. More intuitively, you could have a perpetual energy source if the voltage drop across one branch was bigger than that that across the other - you could drive current down the bigger voltage path, drive it up the smaller voltage path (push it back through the resistor), return to where you started and have a net gain in energy (you'd have gained spare energy by going in a loop). This is not all that intuitive and is worthy of a lot of attention, by the way. But anyway, the voltage drop across both branches _is_ always the same, so you can write I1=V/R1 and I2=V/R2; Itotal=V/R1+V/R2=V(1/R1+1/R2). This tells you that the two resistors in parallel branches act as one resistor for which 1/Rtotal=1/R1+1/R2. But you don't need that for this problem; you only need to note that the voltage drop across two branches in parallel is always the same and you're done (the first part of the problem was discussed above).
Hope this helped some.