body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
body {
	font: 12px/18px DejaVuCB, Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	width: 300px; border: none;

}
input {
	vertical-align: middle;
}
#wrapper {
	width: 800px;
	margin: 20px auto;
	text-align:center;
	background: url('background_1.jpg');
        background-repeat: no-repeat;
background-position: 1;
background-size: cover;
	-webkit-box-shadow: 2px 2px 14px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 14px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 14px rgba(50, 50, 50, 0.75);
	padding: 20px;
	border: 1px solid #FFF;
}

h1 {
 font-size: 40px;
 font-family: DejaVuCB; 
  position:absolute;
  left: 50px; top: 50px;
  width: 700px;
}

h3 {
 font-size: 30px;
 font-family: DejaVuCB; 
 position:absolute;
 left: 50px; top: 95px;
 width: 700px;
 color: #444;
}

p {font-size: 18px; padding: 20px;}

div.row {
  font-family: DejaVuCB; 
  width: 100%;
  position:relative;
}
div.logo {

  margin-left:30%; margin-top: 25%; margin-bottom: 10%; width: 100px; height: 134px;
}
#pane {
  margin: auto;
  width: 600px;
  height: 500px;
  
}


