There's an option in the acp to require validation. Members will still be put in the members group but they won't be able to do anything on your website until they validate their e-mail address. There's no need for a seperate group because the feature is already built in to the member group.
If you set a size for the object you should be able to center it using this:
.className{
width:300px;
height:200px;
position:absolute;
left:50%;
top:50%;
margin:-100px 0 0 -150px;
}
http://jsfiddle.net/vf1ddowL/