/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #333;
}

#main_content {
	padding: 0px;
	margin-top: 55px;
	background: #fff url(../images/splash_bg.jpg) no-repeat top;
	width: 600px;
	height: 334px;
	text-align:left;
	margin: 55px auto 0 auto;
}

* html #main_content {
	margin-left:auto; 
	margin-right:auto;
}

#ccfa_logo {
	width: 218px;
	height: 59px;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
#canada_logo {
	width: 93px;
	height: 59px;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 285px;
	top: 0px;
}
#english_button {
	width: 78px;
	height: 31px;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 0px;
	top: 170px;
}
#french_button {
	width: 93px;
	height: 31px;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 106px;
	top: 170px;
}
#fip {
	width: 218px;
	height: 57px;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 0px;
	top: 213px;
}
