* {
	outline: none;
}

html {
	margin: 0px;
	padding: 0px;
	background: url(/images/site_images/grid.jpg) top center repeat;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #362f2d;
}

body {
	margin: 0px auto;
	padding: 0px;
	width: 1092px;
	position: relative;
}

img {
	border: 0px;
}

img#btn_shop {
	position: absolute;
	z-index: 30;
}

div#header {
	background: url(/images/site_images/bg_header_home.jpg) top center no-repeat;
	height: 117px;
	position: relative;
}

div#scissors {
	background: url(/images/site_images/gfx_scissors.jpg) center no-repeat;
	width: 505px;
	height: 107px;
	z-index: 20;
	position: absolute;
	top: 0px;
	left: 546px;
}

div#shop_div {
	position: absolute;
	left: 852px;
	top: 25px;
	z-index: 30;
}

div#little_buttons {
	background: url(/images/site_images/gfx_brown_buttons.png) center no-repeat;
	width: 57px;
	height: 42px;
	z-index: 20;
	position: absolute;
	top: 10px;
	left: 721px;
}

#footer {
	background: url(/images/site_images/bg_footer_home.gif) top center no-repeat;
	font-size: 10px;
	height: 70px;
}

#footer #footer_links {
	position: absolute;
	top: 0px;
	left: 180px;
}

#footer #footer_social {
	position: absolute;
	top: 0px;
	right: 240px;
}

#footer a {
	color: #362f2d;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_facebook {
	display: block;
	position: absolute;
	top: 3px;
	left: 88px;
	height: 45px;
	width: 45px;
	text-indent: -9999px;
}

#footer_twitter {
	display: block;
	position: absolute;
	top: 3px;
	left: 134px;
	height: 45px;
	width: 45px;
	text-indent: -9999px;
}

#legal {
	color: #61808f;
	font-size: 8px;
	margin: 0px 150px 0px 176px;
}

#legal p {
	margin: 0px;
}