﻿@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
::-webkit-scrollbar {
	display: none;
}

header {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
}

#wrapper {
	width: 100%;
	height:  100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

article.upload {
	width: 100%;
	height:  100%;
	text-align: center;
	vertical-align: middle;
}
article.upload img {
	margin: 2.5%;
	max-width: 95%;
	max-height: 95%;
}

article.search {
	width: 100%;
	text-align: center;
}
article.search img {
	min-width: 250px;
	max-width: 18%;
	margin: 1% auto;
}
footer {
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

