@charset "utf-8";
/* Designed by BLACKBOX-WEBSTUDIO */

html, body	{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#f7be0d url(../images/background-home.jpg) no-repeat right top;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#5f332f;
	text-decoration:none;
}

.wrapper	{
	width:100%;
	height:auto !important;
        min-height:90%;
	margin:0 auto;
}

#background-home	{
	background:url(../images/background-home.png) no-repeat left top;
	width:184px;
	height:200px;
	position:absolute;
}

.container	{
	height:auto;
}

.logo	{
	padding-top:30px;
}

.opening-text	{
	margin-top:80px;
	/* For IE */
	padding-bottom:50px;
}

.footer	{
	width:100%;
	height:370px;
	background:url(../images/footer-bg.jpg) repeat-x left bottom;
	bottom:0 !important;
	margin-bottom:0px !important;
}

.social-icon	{
	margin-top:15px;
}

.categories	{
	margin-top:85px;
}

.address	{
	margin-top:88px;
}

.copyright	{
	margin-top:50px;
	/* For IE */
	padding-bottom:12px;
}


