600x460, since padding is on the inside, so you are overflowing.
Change
.mainspace {
width:620px;
height:480px;
...
to
.mainspace {
width:640px;
height:500px;
...
I created a simple flash animation to work like a slideshow on the front page of my website. Because the container was 640 by 500 with a padding of 10 px all around, I made the