@charset "utf-8";
/* CSS Document */

#column_left {
	width: 260px;
	height: 400px;
	float: left;
	padding-top: 45px;
	background-image: url(../images/contest-stuff/leftbg.jpg);
}

#column_center {
	width: 260px;
	height: 400px;
	float: left;
	padding-top: 45px;
	background-image: url(../images/contest-stuff/centerbg.jpg);
}

#column_right {
	width: 260px;
	height: 400px;
	float: left;
	padding-top: 45px;
	background-image: url(../images/contest-stuff/rightbg.jpg);
}