/* 
Nome do arquivo: Abertura.css
Autor: José Henrique
Browser(s): All
Data: 20.03.2009
*/

* {margin:0; padding:0; }

body { background:url(../img/bg.jpg) 0 0 repeat; }

#wrapper { height:937px; margin:auto; background:url(../img/abertura.png) no-repeat scroll center top transparent; }
#logos { width:587px; margin:auto; position:relative; }

a#tour, a#lazer { position:absolute; background:url(../img/logos.jpg) no-repeat; top:340px; text-indent:-9999px; outline:none; }
a#lazer { display:block; width:260px; height:177px; background-position:-248px 0; }
	a:hover#lazer { background-position:-248px -177px; }

a#tour { display:block; width:235px; height:160px; right:0; }
	a:hover#tour {background-position:0 -177px; }