body {
	background: #9D9E9F url('body-bkg.png') top repeat-x;
	margin: 0;
	border: none;
	padding: 0;
}

#content {
	width: 667px;
	height: 974px;
	margin: 33px auto 0 auto;
	background: url('content.png') 0 0 no-repeat;
	position: relative;
}

#content a, #footer a {
	display: block;
	text-indent: -9999px;
	position: absolute;
}

#content h3 a {
	height: 30px;
	width: 100px;
	left: 140px;
}

#jumpchart a { top: 370px; }
#staction a  { top: 475px; }
#paprika a   { top: 600px; }

.icon {
	width: 50px;
	height: 60px;
	left: 75px;
}

#jumpchartIcon { top: 380px; }
#stactionIcon  { top: 480px; }
#paprikaIcon   { top: 620px; }

#footer {
	width: 667px;
	height: 60px;
	margin: 0 auto;
	padding-bottom: 100px;
	background: url('footer.png') 0 0 no-repeat;
	position: relative;
}

#footer a {
	height: 20px;
	top: 40px;
}

#pasteFooter { width: 85px; }

#footerNavPaste     { width: 40px; right: 250px; }
#footerNavBlog      { width: 35px; right: 205px; }
#footerNavJumpchart { width: 70px; right: 125px; }
#footerNavStaction  { width: 50px; right: 65px; }
#footerNavPaprika   { width: 50px; right: 0; }


#paste { margin: 0; }
#paste a {
	height: 40px;
	width: 40px;
	top: 30px;
}

p, h2 { display: none; } 
