/* CSS Document */

html, body
{
	background-color: #202020;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper
{
	width: 700px;
	margin: 0 auto;
}

#centerdiv
{
	width: 700px;
	margin: 120px auto 0 auto;
	position: relative;
}

#centerdiv p
{
	width: 700px;
	margin: 0 auto;
	color: #fefefe;
	text-align: right;
}

#centerdiv a
{
	color: #bc4089;
	text-decoration: none;
}

#sticky
{
	position: absolute;
	height: 408px;
	width: 406px;
	left: -140px;
	top: 100px;
	background: url(img/sticky.png) no-repeat 0 0;
}

h1
{
	color : #e8e8e6;
	text-align: left;
	padding-left: 20px;
}
