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

#Container {
	height: 1000px;
	width: 960px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Column01 {
	height: 825px;
	width: 440px;
	float: left;
}
#Column02 {
	background-image: url(images/mainImage.png);
	height: 820px;
	width: 520px;
	float: none;
	position: absolute;
	top: 0px;
	left: 440px;
	background-repeat: no-repeat;
}
#Sponsors {
	height: 64px;
	width: 300px;
	margin-top: 20px;
}

#Footer {
	width: 970px;
	padding-left: 10px;
	position: absolute;
	top: 825px;
	left: 0px;
	height: 175px;
}



#Text {
	height: 450px;
	width: 420px;
	line-height: 1.2;
	padding-right: 10px;
	padding-left: 10px;
}
