html {
	background: url('alu_back.jpg');
}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.woff2') format('woff2'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('fonts/texgyreadventor-bold-webfont.eot');
    src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bold-webfont.woff2') format('woff2'),
         url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alex_brushregular';
    src: url('fonts/alexbrush-regular-webfont.eot');
    src: url('fonts/alexbrush-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alexbrush-regular-webfont.woff2') format('woff2'),
         url('fonts/alexbrush-regular-webfont.woff') format('woff'),
         url('fonts/alexbrush-regular-webfont.ttf') format('truetype'),
         url('fonts/alexbrush-regular-webfont.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chunkfiveroman';
    src: url('fonts/chunkfive-webfont.eot');
    src: url('fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chunkfive-webfont.woff2') format('woff2'),
         url('fonts/chunkfive-webfont.woff') format('woff'),
         url('fonts/chunkfive-webfont.ttf') format('truetype'),
         url('fonts/chunkfive-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

#hall {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'chunkfiveroman';
	font-size: 4rem;
	color: #8B8B8B;
	text-shadow: 1px 1px #000, 0 -1px 0 #C6C6C6;
}

#searchblock {
	margin-bottom: 20px;
	text-align: center;
	font-family: 'texgyreadventorregular';
}

button {
border-radius: 5px;
outline-style: none;
font-family: 'texgyreadventorregular' !important;
}

.wrapper {
	width: 100%;
}

.brick {
	background: url('rivet.png'), url('rivet.png'), url('rivet.png'), url('rivet.png'), url('alu_brick.jpg');
	background-position: 4% 10%, 96% 10%, 4% 90%, 96% 90%, top left;
	background-repeat: no-repeat, no-repeat, no-repeat;
	float:left;
	width: 290px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 3px 3px 3px #333333;
	height: 120px;
	position: relative;
}

#name {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	line-height: 80%;
	font-family: 'texgyreadventorregular';
	font-size: 2.3rem;
	margin-top: 15px;
	margin-bottom: 5px;
	overflow: visible;
}

#number {
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 70%;
	font-family: 'texgyreadventorregular';
	color: #8B8B8B;
	text-shadow: -1px -1px #000, 0 1px 0 #C6C6C6;
}

#john {
	color: #8B8B8B;
	text-shadow: -1px -1px #000, 0 1px 0 #C6C6C6;
}

input {
	width: 50px;
	background-color: #ddd;
	outline-style: none;
}

#totop {
	position: fixed;
	top: 90%;
	left: 5%;
	opacity: 0.6;
	width: 60px;
	height: 60px;
	outline-style: none;
	background: url('up.png') no-repeat;
	border: none;
}

#totop:hover {
cursor: pointer;
opacity: 0.9;
}

#container {
width: 100%;
margin: 0 auto;
padding-left: 50px;
}