* {
	margin:0px;
	padding:0px;
}


html {
	
}
a {
	cursor:pointer;	
}

img {
	border:0;	
}
body {
	font-family:Tahoma;
	font-size:11px;
	background:#000 url(../images/fundo.jpg);
}
#fundo2 {
	width:850px;
	height:733px;
	margin:auto;
	top:0;
	background:url(../images/fundo2.png) top right no-repeat;
}
#container {
	width:973px;
	height:auto;
	margin:auto;
	margin-top:-733px;
	
	
}
	#topo {
		width:973px;
		height:auto;
		margin-bottom:10px;
		margin-top:10px;
		float:left;
	}
		#logo {
			width:142px;
			height:120px;
			margin-left:10px;
			float:left;
		}
		#contato {
			width:219px;
			height:54px;
			margin-top:35px;
			margin-left:20px;
			float:left;
		}
		#pepsi {
			width:45px;
			height:65px;
			margin-top:30px;
			margin-right:20px;
			float:right;
		}
	#content {
		width:968px;
		height:auto;
		border-left:#111111 solid 3px;
		border-right:#111111 solid 2px;
		border-top:#111111 solid 3px;
		border-bottom:#111111 solid 2px;
		margin-bottom:20px;
		float:left;
	}
		#content img {
			
			width:auto;
			height:auto;
			border-left:#111111 solid 2px;
			border-right:#111111 solid 3px;
			border-top:#111111 solid 2px;
			border-bottom:#111111 solid 3px;
			float:left;
		}
		#content img:hover {
			opacity:0.5;
			cursor:pointer;
		}
		#flash {
			width:479px;
			height:261px;
			border-left:#111111 solid 2px;
			border-right:#111111 solid 3px;
			border-top:#111111 solid 2px;
			border-bottom:#111111 solid 3px;
			float:left;
		}
		#botao {
			width:973px;
			height:23px;
			text-align:center;
			margin-bottom:30px;
			float:left;
		}
			#botao img:active {
				margin-top:1px;
				margin-left:1px;
			}
			#rodape {
				width:973px;
				height:auto;
				text-align:center;
				padding-bottom:60px;
				float:left;	
			}
				
