#txtContentEn {
	width: 961px;
    height: 500px;
	margin: 8px 0 0 14px;
}

#txtContentFr {
	width: 976px;
    height: 500px;
	margin: 8px 0 0 14px;
}

/*.contentFr {
	background: url ('../images/enter_fr.gif');
}

.contentEn {
	background: url ('../images/enter_en.gif');
}*/

#txtContestNav {
	float: right;
	margin: 10px 10px 0 0;
}

#txtContestNav ul {
	font-family: Trebuchet MS, sans serif;
	font-size: 18px;
}

#txtContestNav li {
	display: inline;
	padding: 0 30px 0 15px;
}

#txtContestNav ul li a {
	color: #ff0000;
	text-decoration: none;
}

#txtContestNav ul li a:hover {
	text-decoration: underline;
}

#txtEnterBtnEN a{
	display: block;
	background: url('../images/enter_btn.png') 0 0 no-repeat;
	font-family: Trebuchet MS, sans serif;
	font-size: 18px;
	color: #FFF;
	width: 175px;
	height: 44px;
	padding-top: 10px;
}

#txtEnterBtnFR a{
	display: block;
	background: url('../images/enter_btn.png') 0 0 no-repeat;
	font-family: Trebuchet MS, sans serif;
	font-size: 14px;
	color: #FFF;
	width: 175px;
	height: 44px;
	padding-top: 14px;
}

.bullet {
	font-weight: bold;
	font-size: 26px;
	color: #000;
	margin-right: 5px;
}


#txtEnterBtnEN a:hover, #txtEnterBtnFR a:hover {
	background-position: -175px 0;
	text-decoration: none;
}

#txtEnterBtnEN {
	position: relative;
	top: 360px;
	left:172px;
	height: 44px;
	width: 175px;
	text-align: center;
}


#txtEnterBtnFR {
	position: relative;
	top: 360px;
	left:174px;
	height: 44px;
	width: 175px;
	text-align: center;
}