body, html {
  margin: 0;
	padding: 0;
  text-align: center; 
  background: url("./images/background.png");
  font: normal 14px Verdana,Geneva,sans-serif;
	color: #3F3F3F;
	background-repeat: repeat;
	overflow: auto;
}

#wrapper {
  display: inline-block;
  width: 980px;
  margin: 30px 0 30px 0;
  padding: 20px;
  background-color:rgba(255, 255, 255, 0.85);
	border: 1px solid rgb(241, 241, 241);
  box-shadow: 5px 5px 15px  #000000;
}

.page {
  width: 100%;
  margin: 25px 0 0 0;
}

.page-content {
	margin: 30px;
}

.page div h1 {
    color: #7580BC;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 15px 0;
}

.page ul {
  line-height: 30px;
}

.page ul li ul li {
  list-style-type: disc;
}

.page .link-home {
   margin: 20px 0 0 0; 
}

.block {
	background: #FFFFFF;	
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
  text-align: justify;
  text-justify: inter-word;
  line-height: 20px;
}

a:link {
	color:#535E99;
}

a:visited {
	color: #535E99;
}

a:hover {
	color: #7580BC;
}

a:active {
	position: relative;
  top: 1px;
  color: #7580BC;
}

.hover {
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}