body
{
	margin:0px;
	background:#666666;
	font-family:Helvetica;
	font-size:11px;
	color:white;
}

#wrapper
{
	width: 500px;
	margin:auto;
	margin-top:50px;	
	padding-bottom:100px;
}

#flashContent{
	cursor: none;
}

h1
{	
	margin-top:25px;
	font-size:14px;
}

p
{
	padding-left:20px;
	padding-right:100px;
	font-family:Verdana;
	font-size:11px;	
}
a
{
	color:#0091DE;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
ul
{
	list-style:none;
}
.description
{
/*	margin-bottom:100px;*/
}

.instructions
{
	font-style:italic;
}


