body {
background-image:url(img/bg.png);
background-color: #dbeff6;
}

#container {
margin: auto;
min-width: 1065px;
max-width: 1065px;
height: auto;
background: #FFF;
border-radius: 5px;
padding:9px;
-webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.3);
box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.3);  
}

#head {
width: 1016px;
margin: auto;
}

#circle {
text-align:center;
position:absolute;
width: 200px;
height: 200px;
border-radius: 100px;
background: #fff;
margin-left: 59em;
margin-top: 5em;
-webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.3);
box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.3);   
font: 16px 'CicleSemi';
z-index:1500;
}

#circletext {
margin-top: 60px;
}

#text1 {
background: #f4f4f4;
border-radius: 5px;
color: #535353;
padding: 5px;
padding-bottom: 20px;
}

#text2 {
margin-top: -30px;
background: #53aac4;
border-radius: 5px;
color: #fff;
padding: 5px;
height: 90px;
background: #53aac4; /* Old browsers */
background: -moz-linear-gradient(top,  #53aac4 0%, #32a2c1 41%, #0097c1 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53aac4), color-stop(41%,#32a2c1), color-stop(99%,#0097c1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #53aac4 0%,#32a2c1 41%,#0097c1 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #53aac4 0%,#32a2c1 41%,#0097c1 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #53aac4 0%,#32a2c1 41%,#0097c1 99%); /* IE10+ */
background: linear-gradient(top,  #53aac4 0%,#32a2c1 41%,#0097c1 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53aac4', endColorstr='#0097c1',GradientType=0 ); /* IE6-9 */

}

a {
color: #53aac4;
text-decoration: none;
}

a:active {
color: #53aac4;
text-decoration: none;
}

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

#text3 {
margin-top: 9px;
background: #e4e4e4;
border-radius: 5px;
color: #535353;
padding: 5px;
float:left;
width:518px;
height: 150px;
}

#text4 {
margin-top: 9px;
background: #53aac4;
border-radius: 5px;
color: #fff;
padding: 5px;
float:left;
width:518px;
height: 150px;
text-align: center;
-webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.3);
box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.3);   
background: #53aac4; /* Old browsers */
background: -moz-linear-gradient(top,  #53aac4 0%, #32a2c1 41%, #0097c1 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53aac4), color-stop(41%,#32a2c1), color-stop(99%,#0097c1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #53aac4 0%,#32a2c1 41%,#0097c1 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #53aac4 0%,#32a2c1 41%,#0097c1 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #53aac4 0%,#32a2c1 41%,#0097c1 99%); /* IE10+ */
background: linear-gradient(top,  #53aac4 0%,#32a2c1 41%,#0097c1 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53aac4', endColorstr='#0097c1',GradientType=0 ); /* IE6-9 */

}

#slider {
background: #e4e4e4;
border-radius: 5px;
color: #fff;
padding: 5px;
float:left;
width:518px;
margin-top:-159px;;
margin-left: 9px;
height: 318px;
}

#text5 {
margin-top: 9px;
background: #e4e4e4;
border-radius: 5px;
color: #535353;
padding: 5px;
float:left;
width:518px;
height: 175px;
}

#text6 {
margin-top: 9px;
margin-left: 9px;
background: #53aac4;
border-radius: 5px;
color: #fff;
padding: 5px;
float:left;
width:518px;;
height: 175px;
}

#foot {
width: 100%;
margin: auto;
margin-top: 9px;
text-align: center;
color: #535353;
}
