/*------ POSITION------*/
.col1 { position: absolute; z-index: 0; top: 0; left: 0; width: 900; text-align: center }


.col2 { position: absolute; z-index: 200; top: 250; left: 230; width: 320; text-align: center}
.col3 { position: absolute; z-index: 100; top: 300; left: 200; width: 400; text-align: center}

/*-----------TEXT LINKS---------------*/

a:link {text-decoration: none; color: FF6600; }
a:visited {text-decoration: none; color: FFcc00; }
a:active {text-decoration: none; color: FF9933; }
a:hover {text-decoration: none; color: 339999}


