:root {
	--red:			#e94f41;
	--yellow:		#fbb52d;
	--darkred:		#8d3234;
	--darkyellow:	;
	--lightred:		;
	--lightyellow: #fcdca3;
}

* {
	cursor: url('pizzacursor.png'), auto;
	margin: 0;
}

body {
	border: 4px #000 solid;
	margin: 0px;
	width: 600px;
}

#content-header {
	box-sizing: border-box;
	width:100%;
	line-height: 72px;
	height:88px;
	background-color:var(--red);
	color: var(--yellow);
	text-align: center;
	border-bottom: solid 8px;
	position:relative;
}

#content-header h1 {
	line-height:72px;
	padding-top:8px;
	padding-left: 150px;
}

#content-header img {
	position:absolute;
	left:0;
	bottom:0;
}

#content-main {
	height: 640px;
	border-bottom: solid 8px var(--yellow);
}

.col {
	box-sizing: border-box;
	padding: 10px;
	float:left;
}

.L {
	background-color: var(--red);
	width: 25%;
	height: 100%;
}

.R {
	background-color: var(--lightyellow);
	width: 75%;
	height: 100%;
}

.order {
	position:absolute;
	bottom: 75px;
}

.spoiler {
	padding:0px 8px;
	background-color:var(--red);
	color:var(--red);
}

.spoiler:hover {
	color:var(--lightyellow);
}

#content-footer {
	box-sizing: border-box;
	width:100%;
	margin-top:10px;
	height:48px;
	text-align: center;
	position:relative;
}

.website-counter {
	background-color: var(--red);
	display:inline;
	color: white;
  }