html, body {


}

* {
	
}

html {
	
	background: url('../img/background.jpg') no-repeat top center;

}

.transparent{
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	
}

body {

}

.container {
	border-radius: 6px;
	padding: 10px;
	background: rgba(255, 255, 255, 0)
}

.item {
	display: inline-block;
	font-size: 20px;
	color: #000;
	padding: 20px 0px 10px 0px;
	
}

.item img {
	float: left;
	vertical-align: middle;
	margin: -15px 20px 0px 0px;
}
