*
{
	margin: 0;
	padding: 0;
	border: none;
}
 
a
{
	color: #900;
	text-decoration: none;
}

a:hover
{
	color: #F00;
	text-decoration: none;
}

body
{
	color: #000;
	background-color: #FFF;
	font-family: Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 20px;
}

div#wrapper
{
	position: aboslute;
	width: 650px;
	margin: 0px auto;
	background-image: url( '../img/background.png' );
	background-repeat: no-repeat;
	background-position: left 0px;
	background-attachment: scroll;
}

div#wrapper div#box
{
	width: 421px;
	margin: 20px 127px 0px 102px;
}

div#wrapper div#box p
{
	margin: 20px 0;
}

div#wrapper div#box p.title
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

div#wrapper p.button
{
	padding-bottom: 12px;
	text-align: center;
}

div#wrapper p.copy
{
	text-align: center;
	color: #999;
	font-size: 0.8em;
}
