#wrapper
{	
	width:100%;
	position:relative;

}
#container
{
	margin:0 auto;
	width:782px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF338A;
	line-height:18px;
	overflow:visible;
	position:relative;

}
.column-one
{
	width:475px;
	float:left;
}
.column-two
{
	width:290px;
	float:right;
}
