/*
Copyright (c) 2008, 
http://www.nomoresleep.net
*/

@import url("tools.css");
@import url("reset.css");

body{
	background-color: #000;
	background-image: url('/images/temp-hg.jpg');
	background-position: left top;
	background-repeat: repeat;
	color: #fff;
	height: 100%;
}
#paper{
	padding: 200px 0px 0px 60px;
}
.vcard{
	background-color: transparent;
	background-image: url('/images/temp-adress.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 309px;
	width: 262px;
}
.vcard div{
	display: none;
}