body, html {
	width:154px;
	height:399px;
	padding:0;
	margin:0;
	overflow:hidden;
}

.banner{
	width: 154px;
	height: 399px;
	background-color: #000;
	position: relative;
}

.banner_tyre{
	position: absolute;
	top: 52px;
	right: 7px
}

.text_bottom, .text_top{
	font-family: Ubuntu;
	color: #cec3bd !important;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}

.text_top{
	margin-top: 18px;
	transform: rotate(15deg);
}

.text_bottom{
	transform: rotate(-9deg);
	margin-top: 4px;
	margin-bottom: 16px;
}

.places{
	font-family: 'Poiret One', bold;
	background: url('img/block.png');
	height: 59px;
	text-align: center;
	font-size: 20px;
	padding: 9px 17px 0px 17px;
	font-weight: 600;
	background-repeat: no-repeat;
}

a{ 
	text-decoration: none; 
	color: #000;
	border-bottom: none;
}