@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family: 'Michroma', sans-serif;
	-webkit-text-size-adjust:none;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #FFF;
	background-color: #000;
	background-image:url(img/bg.jpg);
	background-position:center top;
	}
a {
	color: #8a9f61;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	text-decoration:underline;
}

#logo {
	clear: both;
	margin-top: 15px;
	margin-bottom: 35px;
}
#wrapper {
	width: 1040px;
}
#shop {
	width: 460px;
	float:left;
	text-align:left;
	margin-right: 15px;
	margin-left: 30px;
}
#shopknap {
	margin-bottom: 30px;
	margin-top: 2px;
	}
	
#FBbox {
	width: 500px;
	height: 1050px;
	float:left;
	background-color:#FFF;
	margin-bottom: 20px;
	box-shadow: #000;
}