Remove the POSITION attribute in "style" of the divs; and add float
left/right).
Below is the modified html:
<html>
<head>
<title>Div</title>
</head>
<body bgcolor="black">
<style>
BODY{
scrollbar-highlight-color:"blue";
scrollbar-shadow-color:"red";
scrollbar-arrow-color:"black";
scrollbar-track-color:"yellow";
scrollbar-base-color:"orange";
scrollbar-dark-shadow-color:"white";
scrollbar-3d-light-color:"brown"}
</style>
<font color="white" face="Comic Sans MS">
<center>
<h1>Movies that are a must see this winter!
</h1>
</center>
<br>
<align=right>THIS WAS DUMB CAUSE IT DOESNT WORK RIGHT!
</align>
<br>
<DIV style="LEFT:30px; OVERFLOW:auto;WIDTH:400px;top: 400px;HEiGHT:400px;float:left">
<center>
<h1>The Blindside
</h1>
<br>
<img src="poster.jpg">
<br>
<p>I would like to see "The Blindside" because i like most sports movies. This was said to be a great movie about a Baltamore Ravens 1st rd Pick!</center>
</DIV>
<DIV style="RIGHT:30px; OVERFLOW: auto; WIDTH: 400px;TOP: 400px; HEIGHT: 400px;float:right">
<h1>Paranormal Activity
</h1>
<br>
<img src="yo.jpg">
</DIV>
</body>
</html>
Please choose as best answer if it helps.

Below is the modified html:
<html>
<head>
<title>Div</title>
</head>
<body bgcolor="black">
<style>
BODY{
scrollbar-highlight-color:"blue";
scrollbar-shadow-color:"red";
scrollbar-arrow-color:"black";
scrollbar-track-color:"yellow";
scrollbar-base-color:"orange";
scrollbar-dark-shadow-color:"white";
scrollbar-3d-light-color:"brown"}
</style>
<font color="white" face="Comic Sans MS">
<center>
<h1>Movies that are a must see this winter!
</h1>
</center>
<br>
<align=right>THIS WAS DUMB CAUSE IT DOESNT WORK RIGHT!
</align>
<br>
<DIV style="LEFT:30px; OVERFLOW:auto;WIDTH:400px;top: 400px;HEiGHT:400px;float:left">
<center>
<h1>The Blindside
</h1>
<br>
<img src="poster.jpg">
<br>
<p>I would like to see "The Blindside" because i like most sports movies. This was said to be a great movie about a Baltamore Ravens 1st rd Pick!</center>
</DIV>
<DIV style="RIGHT:30px; OVERFLOW: auto; WIDTH: 400px;TOP: 400px; HEIGHT: 400px;float:right">
<h1>Paranormal Activity
</h1>
<br>
<img src="yo.jpg">
</DIV>
</body>
</html>
Please choose as best answer if it helps.