body,html {
		background-color: #000000;
		color: #d3007f;
		font-size: 10px;
		font-family: Trebuchet, Arial, Verdana;
		height: 90%;
		text-align:center;
  }
  a,a.link {
  color: #f94fb5;
	font-size: 10px;
	text-decoration: none;
  } 
  a:hover, a:visited{
    text-decoration: underline;
    color: #707070;
  }
  div#content {
 	width: 500px;
	margin: 0px auto;
  }
	div#main {
		background-color: transparent;
		background-position: center;
		height: 500px;
	}
	div#abc {
		text-align: center;
      background-color: transparent;
		background-image: url(adresa.png);
		background-repeat: no-repeat;
		background-position: center;
		height: 94px;
	}
	div#lastwork {
    margin: 0px auto; text-align: center;
 }
 h1 {
 	font-size: 18px;
 }
 h2 {
 	font-size: 16px;
 }
  h2 {
 	font-size: 14px;
 }

 div.reference {
 	font-size: 11px;
 	color: #d2d2d2;
	width: 500px;
	text-align: justify;
	margin-bottom: 100px;
 }
 	.reference ul li{
 		width: 200px;
		float: left;
 	}