/*
#container
	#main		
		#content
			.left
			.right
*/

body
{
	font-family: 'Nothing You Could Do', cursive;
	padding: 0px;
	margin: 0px;
}

/*
	a#buynow
	{
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
	}
*/

#container #main #content
{
	margin: 0 auto 0 auto;
	width: 800px;
}

#container #main #content .left
{
	float: left;
	text-align: center;
	width: 328px;
}

#container #main #content .right
{
	float: right;
	margin-top: 20px;
	width: 472px;
}
	#container #main #content .right h1
	{
		background-color: #000000;
		color: #ffffff;
		font-size: 50px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}
	#container #main #content .right p
	{
		font-size: 34px;
		margin-top: 0px;
	}
	#container #main #content .right a
	{
		color: #990000;
		font-size: 65px;
		text-align: center;
		text-decoration: underline;
	}
