/* CSS Document 

CONT�M TODOS OS IDs DO SITE

*/

/* ABRIGA TODO O SITE */
	#site{
		float: left;
		width: 632px;
		text-align: left;
	}

/* TOPO DO SITE (LOGO E MENU */
	#topo{
		margin-bottom: 15px;
		position: static;
		margin-top: 20px;
		width: 632px;
		height: 105px;	
	}

	/* LOGOS */
		#logo_brindes{
			background-image:url(../imagens/layout/logo_brindes.jpg);
			background-repeat:no-repeat;
			background-position:right;
			float: right;
			height: 98px;
			width: 228px;
			position:relative;
		}
		
		#logo{
			background-image:url(../imagens/layout/logo.jpg);
			background-repeat:no-repeat;
			background-position:right;
			float: right;
			height: 98px;
			width: 228px;
			position:relative;
		}


#menu{
	position:relative;
	float: left;
	margin-top: 50px;
	height: 60px;
	width: 350px;
}

#filme{
	width: 100%;
	position:relative;
	background-color:#000000;
}

#central{
	width: 632px;
	height: 326px;
	background-image:url(../imagens/layout/corpo.jpg);
	background-repeat:no-repeat;
    z-index: 1;
    position: relative;
}

/* GALERIA DE FOTOS */
	#fotos{
		width: 340px;
		height: 322px;
		margin-left: 55px;
		padding-top: 60px;
		position: relative;
		_float:right;
		_padding: 60px 0px 0px 0px;
		_margin: 0px;
		z-index:1px;
	}
	#thumbs{
		float:right;
		width: 230px;
		height: 322px;
		margin-top: 50px;
		*margin-top: 60px;
		position: relative;
		_padding-top: 60px;
		_margin: 0px;
		_margin-right: -30px;
	}
	
/* RODAP� DO SITE */
	#rodape{
		width: 632px;
		height: 147px;
		background-image:url(../imagens/layout/rodape.jpg);
		background-repeat:no-repeat;
		top: -4px;
		position:relative;
		_top: -60px;
		z-index:0;
	}
	
	#msg{
		width: 632px;
		height: 20px;
	}

