* {
	margin:0;
	padding:0
}
/* mac hide \*/
html,body{
	height:100%;
	width:100%;
}
/* end hide */
body { 
	color:#FFF;
	font-family:"Arial";
	background:#000 url("imgs/fundo.jpg") no-repeat center;
	text-align:center;
}
#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	width:100%;
  text-align: center;
  position:relative;
  vertical-align:middle;
  display:table-cell;
	height: 500px;
} 
#inner {
  width: 300px;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
  position:relative;
}

#logo_top{
	display:block;
	padding-top:15px;
	padding-bottom:10px;
	width:250px;
	margin:auto;
	border-top:1px dashed #FFF;
	border-bottom:1px dashed #FFF;
	position:relative;
	overflow:visible;
}

#logo_top #img{
	width:300px;
	position:relative;
	left:-25px;
}

#contacts{
	margin-top:50px;
	color:#FFF;
	font-size:13px;
}

#contacts a,#pdv_prices a{
	color:#FFF;
	text-decoration:none;
}

#pdv_prices{
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	width:150px;
	padding:10px;
	border:1px solid #FFF;
}

#pdv_fb{
	margin-top:20px;
}

#map_link{
display:block;
	margin-top:5px;
	height:18px;
}
