body{
	text-align:center;
}

#site_wrapper{
	margin: 0 auto;
	width: 980px;
	padding: 0;
	background: url(../images/background.gif) repeat-x;
	
}

.wrapper{
	margin: 0px auto 0 auto;
	width: 900px;
	padding: 260px 0px 0px 0px;
}

.left_column{
	float:left;
	width:450px;
	height:560px;
}

.left_column img {
	margin: 0px 0px 20px 0px;
}

.right_column img {
	margin: 0px 0px 10px 0px;
}

.right_column{
	float:right;
	width:420px;
	height:570px;
	padding-right:10px;
}

