.stacker{
/* creates a containing block so absolutely position children are positioned relative to .outer */
position: relative;
}

.stacker img {
border: 0px;
}

.stacker object, .stacker embed, .stacker img.upper {
/* flash objects */
position: absolute;
z-index: 20;
}

#title {
left: 218px;
top: 10px;
}

#home {
left: 169px;
top: 77px;
}

#home1 {
left: 19px;
top: 17px;
}

#home2 {
left: 19px;
top: 125px;
}

#home3 {
left: 19px;
top: 233px;
}

#home4 {
left: 606px;
top: 17px;
}

#home5 {
left: 606px;
top: 125px;
}

#home6 {
left: 606px;
top: 233px;
}
			