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

html { 
	overflow-y: scroll; /* force scrollbars */
}

body {
	background: #cecece url(http://www.tomdimmock.co.uk/files/bg-stripe.png);
	color: #bbb;
	font: 11px/22px Helvetica Neue, Arial, Sans-Serif;
	margin: 10px;
	text-shadow: 1px white;
	text-shadow: white 0px 1px 0px;
	-webkit-text-size-adjust: none;
}

a {
	color: #777;
	text-decoration: none;
	font-weight: bold;
	margin: 0 1px;
}

a:hover {
	color: #333;
}

#wrap {
	width: 380px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(shadow.png) no-repeat center bottom;
	padding-bottom: 20px;
}

#content {
	background: #f1f1f1;
	border-top: 1px solid #fff;
	padding-bottom: 25px;
}
.text {margin-left: 10px;}
#wrap img {
	margin: 15px 0 10px 0;
}

p {
	margin: 0 0.1em;
	color: #bbb;
}

span.fn, span.description {
	color: #777;
	margin: 0 1px;
}

span.fn {
	font-weight: bold;
}

.postit{
position:absolute;
left:630px;
top:320px;
background: transparent url(postit.png) no-repeat 0 0;
}
.dim{
width:228px;
height:228px;
}
.padding{
padding:25px;
}


.sticker{
position:absolute;
left:130px;
top:80px;
}


