body
{
	background:url(bg.png) repeat-x fixed center  center #ADC4CC;
}

h1
{
	font-weight:lighter;
	margin:0px;
}
#circles-container ul {
    height: 156px;
    margin: 0 auto;
    position: relative;
    width: 459px;
}
ul, nav ol {
    list-style: none outside none;
}

#circles-container li {
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
}
#circles-container li a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFFFFF;
    display: block;
    font-size: 1.5em;
    height: 100%;
    line-height: 1.1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	font-family: comic sans ms;
}
a {
    color: #63A69F;
    text-decoration: none;
}
#circles-container li a span {
    display: block;
    padding-top: 74px;
}
#circles-container {
    display: block;
}
#circles-container li#more-link-works {
    left: 175px;
}
#circles-container li#more-link-contacts {
    left: 353px;
}
	
	
.circle{
     width: 100px;
     height: 100px;
     border-radius: 50%;
     background-color: #7DBF94;
	 opacity: .7;
  }
.circle:hover
  {
	 filter: alpha(opacity = 10);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
	cursor: pointer;
  }
  .circle1{
     width: 100px;
     height: 100px;
     border-radius: 50%;
     background-color: #E7CA52;
	 opacity: .7;
  }
.circle1:hover
  {
	  filter: alpha(opacity = 10);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
	cursor: pointer;
  }
  .circle2{
     width: 100px;
     height: 100px;
     border-radius: 50%;
     background-color: #639BB4;
	 opacity: .7;
  }
.circle2:hover
  {
	  filter: alpha(opacity = 10);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
	cursor: pointer;
  }
.circle-h{
     width: 100px;
     height: 100px;
     border-radius: 50%;
     background-color: #E7CA52;
	 opacity: .5;
  }
.circle-h:hover
  {
	  filter: alpha(opacity = 10);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
	cursor: pointer;
  }
  .circle-h a
  {
	  padding-top: 38px;
  }
  #footer
  {
	  border-top: 1px solid #DFDFDF;
	  margin-top:80px;
	  color: #666;
	  padding: 21px 0;
  }
  
.circle-h a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFFFFF;
    display: block;
    font-family: comic sans ms;
    height: 100%;
    line-height: 1.1;
    text-align: center;
    top: 0;
    width: 100%;
}

.clear
{
	clear:both;
}