

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
	background-color:#ffffff;
}
div {
	text-align:center;
}
.text1 {
      color: #000000;
      font-size: 28px;
      line-height:45px;
      text-align: left;
}
.text2 {
      color: #000000;
      font-size: 13px;
      line-height:25px;
      text-align: left;
}
.text3 {
      color: #000000;
      font-size: 14px;
      line-height:52px;
      text-align: left;
}
.text4 {
      color: #000000;
      font-size: 14px;
      line-height:52px;
      text-align: left;
}


a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}


img {
max-width: 100%;
margin: 0px 0px 10px 0px;
height: auto;
line-height: 0;
}


footer {
  width: 100%;
  height: 90px; 
  text-align: center;
  padding: 20px 0;
  background-color: #ffffff;
}

* { 
    margin: 0px; 
    padding: 0px; 
}

