@charset "utf-8";
/* CSS Document */

body, html
{
	margin:0px;
	padding:0px;
}

*
{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

body
{
	background: no-repeat fixed center center / cover  transparent;
}

#content
{
  background-color: #fff;
  margin: 15px auto;
  width: 50%;
  box-sizing:border-box;
  padding:1% 3%;
  box-shadow:0 0 20px 0 #000000;
  text-align:center;
}

h1
{
	margin-bottom:15px;	
}

#content img
{
	width:100%;
	max-width:220px;
	height:auto;
}