body {
  margin:10px;
  padding:0;
  font:14px Verdana, Geneva, sans-serif;
}
img {
	border: none;
}

p {
	margin: 1em 0;
}

ul, ol {
	list-style: none;
}

address {
	font-style: normal;
}

#wrap {
  width:80%;
  min-width:980px;
  margin:0 auto;
  border:1px solid #C8CCD2;
  border-radius:6px;
  position:relative;
  background:url(../img/kvadro-planet-500-op.jpg) no-repeat right top;
  min-height:590px;
}

#logo-main {
  width:300px;
  height:76px;
  margin:10px 0 0 7%;
  background:url(../img/kvadro-logo.png) no-repeat;
}

#footer {
  color: #777;
  overflow: hidden;
  width: 100%;
  padding: 0 0 10px 0;
  text-align:center;
}

#footer p {
  margin: 12px 0;
  font:11px/1.2 Verdana, Geneva, sans-serif;
}

#reconstruction-message {
  width:440px;
  margin:20px 0 40px 8%;
  text-align:left;
  position:relative;
  border-bottom:1px solid #CCC;
  font:bold 20px Verdana, Geneva, sans-serif;
}

#reconstruction-message p {
  color:#777;
}

.info-block {
  width:300px;
  margin:30px 0 0 8%;
  background:#F7F7F9;
  border-radius:6px;
  color:#094084;
  text-align:center;
  padding:2px;
}

.info-block p {
  font-size:12px;
}

.bold {
  font-weight: bold;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#094084;
}