@import "forward.css";
@import "back.css";
@import "digg.css";
@import "widget.css";

body {
background-color: #64121b;
background-image: url(../gfx/burgundy.gif);
margin:0;
padding:0;
width:100%;
height:100%;
}

.post-it {
	width:110px;
	height:90px;
	border:0px solid #f0f;
	position:absolute;
	padding:40px 20px 20px 20px;
	background-image: url(../gfx/post-it.png);
	font-family:'Comic Sans MS';
	text-align:center;
	font-weight:bold;
}

#post-it1 {
	z-index:10;
	margin:-10px 0 0 -100px;
	-webkit-transform:rotate(10deg);
	font-size:18px;
}

#post-it2 {
	z-index:10;
	margin:280px 0 0 -120px;
	-webkit-transform:rotate(17deg);
	font-size:18px;
}

#post-it3 {
	z-index:10;
	margin:330px 0 0 100px;
	-webkit-transform:rotate(-12deg);
	font-size:18px;
}