      body {
        padding-top: 20px;
        padding-bottom: 40px;
		background-color:#141825;
		color:#b1b1b1;
      }

      /* Custom container */
      .container-narrow {
        margin: 0 auto;
        max-width: 960px;
      }
      .container-narrow > hr {
        margin: 30px 0;
      }

      /* Main marketing message and sign up button */
      .jumbotron {
        margin: 60px 0;
        text-align: center;
      }
      .jumbotron h1 {
        font-size: 72px;
        line-height: 1;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }

      /* Supporting marketing content */
      .marketing {
        margin: 60px 0;
      }
      .marketing p + h4 {
        margin-top: 28px;
      }
	  .center
	  {
		  text-align:center;
		  font-size:16px;
	  }
	  .important_font
	  {
		  font-size:20px;
	  }
	  .important
	  {
		  color:#FF5E08;
		  font-weight:bold;
	  }
	  .allegro
	  {
		  color:#FF5E08;
	  }
	  
	  .send_label
	  {
		  color:#333;
	  }
	  
	  .products_item
	  {
		  margin-left:20px;
	  }
	  .info
	  {
		  margin-top:30px;
		  margin-bottom:-40px;
		  font-size:14px
	  }
	  
	  .table
	  {
		  width:480px;
	  }
	  
	  .table th
	  {
		  border:none;
	  }
	  /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
    }

    .carousel .item {
      height: 300px;
    }
	.carousel-inner
	{
		margin-top:40px;
		margin-bottom:-50px;
	}

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 200px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }