

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


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



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

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

