*{
	margin:0;
	padding:0;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,100);

html{
	background:url('img/mangaroms.png') no-repeat center center;
	/*
	min-height:100%;
	background-size:cover;
	*/
	height:560px;
	background-size:contain;
	background-color: #f9a612;
}
body{
	font-family: Roboto, sans-serif;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
	min-height:100%;
	/*font:14px/1.3 'Segoe UI',Arial, sans-serif;*/
}
a, a:visited {
	outline:none;
	color:#1c4f64;
}
a:hover{
	text-decoration:none;
}
section, footer, header{
	display: block;
}
section {
  max-width: 500px;
  background: #E74C3C;
  margin: 0 auto 1em;
  height: 150px;
  border-radius: .2em;
  position: relative;
  color: white;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  img, p {
    padding: 1em;
    margin: 0;
  }
}
section h12 {
 text-transform: uppercase;
 margin: 0;
 font-size: 16px;
 font-weight: bold;
position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer{
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}
footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 540px;
}
footer h2 i{
	font-style:normal;
	color:#888;
}
footer a.tzine,a.tzine:visited{
	color: #999999;
	font-size: 12px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}
footer a i{
	color:#ccc;
	font-style: normal;
}
footer a i b{
	color:#c92020;
	font-weight: normal;
}
