body {
	background-color: #6F99C9;
	margin: 0px;
	}
#wrapper {
	height: 768px;

	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#welcome {
	position: absolute;
	height: 249px;
	width: 884px;
	left: 116px;
	top: 318px;
	background-repeat: no-repeat;
	z-index: 0;
	
}
#english {
	height: 768px;
	width: 573px;
	clear: right;
	float: left;
}
#french {
	width: 451px;
	left: 572px;
	top: 0px;
	z-index: 0;
	clear: none;
	float: right;
}
#feedback {
	width: 884px;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	z-index: 50;
	background-color: #CBD0E7;
	margin-top: -200px;
}

#optionwrapper {
	background-color: #E6EAF5;
    color: #222222;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    left: 50%;
    margin-left: -375px;
    opacity: 0.75;
	filter: alpha(opacity=75); 
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 420px;
    width: 750px;
    z-index: 20;
	
}

#option {
	padding-bottom: 17px;
    padding-top: 15px;
    width: 750px;
}
.clear { clear: both;}

#errormsg {
	color: #FFFFFF;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 70px;
    width: 1024px;
}
