@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	text-align:center;
	
}

#header{
	background:url(../image/bg.png);
	height:800px;
	margin:0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: static;
}

#logo{
	background-image:url(../image/logo.png);
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:568px;
	height:121px;
	top: 20px;
	position: relative;	
	
}

#meio{
	background-image:url(../image/capa_perfumes-reduz.jpg);
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	width:665px;
	height:478px;	
	
}

#botao-fb{
	background-image:url(../image/bt-fb.png);
	position:relative;
	width:75px;
	height:24px;
	top:20px;
	margin:0 auto;

}

#botao-twt{
	background-image:url(../image/bt-twt.png);
	position:relative;
	width:189px;
	height:28px;
	top:40px;
	margin:0 auto;
	
}

#botao-goto{
	background-image:url(../image/botao-goto.png);
	position:relative;
	width:80px;
	height:31px;
	top:40px;
	margin:0 auto;
	
}


#h4{
	font-family: arial, verdana, sans-serif;
	text-align:center;	
	top:20px;
}

#a{
	font-family: arial, verdana, sans-serif;
	text-align:center;	
	top:00px;
}

