@charset "UTF-8";
/* CSS Document */
* {margin: 0px;
   padding: 0px;
   }
   body {
	background-color: #0a0a0a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	background-image: url(../images/boho_background.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	height:2000px;
}
