﻿/*
old style
.clear_both {
    clear: both;
}

body {
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	text-align: center;
}

#splashcontainer {
  	margin: 0 auto;
  	width: 775px;
}

#splashcontainer2 {
	margin-top: 240px;
	width: 775px;
}*/

body {
	background: #fff200 none;
}

.bg-white {
	position:absolute;
	top:200px;
	left:0;
	width:100%;
	height:200px;
	background-color:#fff;
	z-index:-1;
}

#splashcontainer {
	position:relative;
	width:995px;
	text-align:center;
	margin:0 auto;
	padding:200px 0 0 0;
	z-index:1;
}
	#splashcontainer .column {
		width:390px;
		text-align:center;
	}
	
	#splashcontainer .english-column {
		float:left;
	}
	#splashcontainer .french-column {
		float:right;
	}
	
.bby-logo {
	position:absolute;
	top: 106px;
	left:50%;
	height:180px;
	width:213px;
	margin:0 0 0 -106px;
}
