body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	background: #ebeae9 url(bg.jpg) no-repeat center 5px;
}
p
 {

}

.comments {
	margin-top:200px;
	text-align:center;
}

.buttons {
	float:left;
	text-align:center;
	margin-left:125px;
}

.btnEnglish
{
	background:url(arrow.png) no-repeat;
	display:block;
	width:242px;
	height:48px;
	padding:5px;
	padding-left:45px;
}

a.btnEnglish
{
	color:#FFFFFF;
	font-family:Times New Roman;
	font-style:italic;
	font-size:30px;
	text-decoration:none;
}
a.btnEnglish:hover
{
	/*text-decoration:underline;*/
	padding-left:40px;
}

.btnFrench
{
	background:url(arrow.png) no-repeat;
	display:block;
	width:242px;
	height:48px;
	padding:5px;
	padding-left:45px;
}

a.btnFrench
{
	color:#FFFFFF;
	font-family:Times New Roman;
	font-style:italic;
	font-size:30px;
	text-decoration:none;
}
a.btnFrench:hover
{
	/*text-decoration:underline;*/
	padding-left:40px;
}

#mydiv {
	position:absolute;
	left: 50%;
	width:920px;
	height:auto;
	margin-left: -460px; /*set to a negative number 1/2 of your width*/
}

.msg
{
	float:left;
	text-align:left;
	margin-left:50px;
	margin-bottom:25px;
	display:block;

}

.msgText
{
	color:#ed1c24;
	font-family:Times New Roman;
	font-style:italic;
	font-size:24px;
}

.msgTextSmaller
{
	color:#ed1c24;
	font-family:Times New Roman;
	font-style:italic;
	font-size:18px;
}

.clear
{
	clear:both;
}