body {
  margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Courier, sans-serif;
	color: black;
}
#bodyCont {
  position: relative;
  margin: auto;
  width: 770px;
  overflow: hidden;
}
#content {
  position: relative;
  float: right;
  margin-top: 160px;
  width: 580px;
  border: 5px solid #F4C300;
  padding: 10px;
  text-align: justify;
  background-color: white;
}
h1 {
  margin: 0px;
  padding: 0px;
  font-size: 150%;
  color: #0085C7;
}
h2 {
  margin: 0px;
  padding: 0px;
  font-size: 120%;
  color: #009F3D;
}
p a {
  color: #DF0024;
}
p {
  margin-top: 5px;margin-bottom: 5px;
}
#partners {
  padding-top: 20px;
  width: 700px;
  margin: auto;
  font-size: 80%;
  text-align: justify;
}
#partners a {
  color: #009F3D;
}
#contactsButton, #contactsButtonA {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 150px;
  border: 5px solid #0085C7;
  background: url(img/contactButton.jpg) right top no-repeat;
  text-decoration: none;
  font-size: 130%;
  color: #0085C7;
}
#contactsButton:hover, #contactsButtonA {
  background: url(img/contactButton.jpg) left top no-repeat;
}
#wdButton, #wdButtonA {
  position: absolute;
  left: 160px;
  top: 55px;
  width: 170px;
  height: 100px;
  border-top: 5px solid #DF0024;
  border-right: 5px solid #DF0024;
  background: url(img/wdButton.jpg) right top no-repeat;
  text-decoration: none;
  font-size: 130%;
  color: #DF0024;
}
#wdButton:hover, #wdButtonA {
  background: url(img/wdButton.jpg) left top no-repeat;
}
#aboutButton, #aboutButtonA {
  position: absolute;
  left: 55px;
  top: 160px;
  width: 100px;
  height: 170px;
  border-left: 5px solid #009F3D;
  border-bottom: 5px solid #009F3D;
  background: url(img/aboutButton.jpg) right top no-repeat;
  text-decoration: none;
  font-size: 130%;
  color: #009F3D;
}
#aboutButton:hover, #aboutButtonA {
  background: url(img/aboutButton.jpg) left top no-repeat;
}
