
			*{
				margin:0;
				padding:0;
			}
			body{
				font-family:Arial;
				padding-top:30px;
				background:#000000 url(images/) no-repeat top center;
			}
			a.back{
				background:transparent url(images/) no-repeat 0px 0px;
				position:absolute;
				width:150px;
				height:27px;
				outline:none;
				top:2px;
				right:0px;
			}
			.reference{
				margin:20px auto;
				width:600px;
				padding:20px;
			}
			.reference p a{
				text-transform:uppercase;
				text-shadow:1px 1px 1px #fff;
				color:#666;
				text-decoration:none;
				font-size:10px;

			}
			.reference p a:hover{
				color:#333;
			}
			address{
				color:gray;
				float:right;
			}
			

