@charset "UTF-8";
/* CSS Document */
#container{
	height:auto;
	position:relative;
	margin:0 auto;
}
#container #header{
	height:385px;
	background-image:url(../images/header_photo.jpg);
	background-position:center 15px;
	background-repeat:no-repeat;
}
#container h2{
	width:625px;
	height:75px;
	background-image:url(../images/h2_brand.gif);
	position:absolute;
	top:173px;
	left:173px;
}
/* contents */
#wrap-contents{
	width:495px;
	height:auto;
	position:absolute;
	top:379px;
	left:230px;
}
#container h3{
	width:156px;
	height:35px;
	background-image:url(../images/h3_vida.gif);
}
#wrap-contents p.btn-shop{
	width:100px;
	height:20px;
	text-indent:-1000em;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}
#wrap-contents p.btn-shop a,#wrap-contents p.btn-shop a:visited{
	width:100px;
	height:20px;
	display:block;
    background-image:url(../images/btn_shop.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#wrap-contents p.btn-shop a:hover,#wrap-contents p.btn-shop a:active{
	background-position:left bottom;
}
/* footer */
#footer{
	width:960px;
	height:auto;
	position:absolute;
	top:720px;
	right:0px;
}
#footer p.copyright{
	width:272px;
	height:13px;
	text-indent:-1000em;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	display:block;
	float:right;
	background-image:url(../../common/images/txt_copyright.gif);
	background-position:left top;
	background-repeat:no-repeat;
}