* {
	margin:0;
	padding:0;
	left:0px;
	top:0px;
	right:0;
	bottom:0;
	border:none;
	text-decoration:none;
	outline:none;
}



.main{
	background-color: #022942;
	width: 100%;
	position:relative;
	margin: 0 auto;
}

.content{
	 position: fixed;
  left: 50%;
  margin-top: -20px;
  margin-left: -150px;
	top: 50%;
	bottom: 100px;
}



.block{
	border-top:solid #d7d7d7 2px;
	border-bottom:solid #dedede 10px;
	padding: 30px 50px;
	background-color: #f4f4f4;
}

.block a{
	margin-right:2px;
}
.block .a:last-child{
	margin-right:0px;
}

.block .item{
	width:170px;
	display:inline-block;
	position:relative;
}

.block .item .info{
	background:none;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.block .item:hover .info{
	background:#FFF;
	-webkit-box-shadow:  0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:   0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}


html, body {
height: 100%;
}

	html { 
			background: url(images/sacks-page.png) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		
		
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: -28em;
}
