* {margin:0; padding:0;}

body, html {
	border:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	background:url(../images/layout/body/bg.gif) 0px 0px repeat-x #93c7e9;
	color:#93c7e9;
	font-weight:bold;
}

ul {list-style:none;}

a {text-decoration:none;}

/* layout */

#layout_landing {
	padding:41px 0 0 0;
	margin:0 auto;
	width:928px;
}

#layout_bg_top {
	width:928px;
	height:196px;
	display:block;
	background:url(../images/layout/landing/bg_top.jpg) 0 0 no-repeat;
}

#layout_bg_bottom {
	width:928px;
	height:290px;
	display:block;
	background:url(../images/layout/landing/bg_bottom.jpg) 0 0 no-repeat;
}

#layout_btns {
	padding:108px 0 0 88px;
}

#layout_btns .btns ul li {
	width:150px;
	float:left;
	display:inline;
}

#layout_btns .btns ul li a {
	width:150px;
	height:28px;
	text-indent:-9999px;
	display:block;
}

#layout_btns .btns ul li#english a {
	background:url(../images/layout/landing/enter.gif) 0 0 no-repeat;
}

#layout_btns .btns ul li#english a:hover {
	background:url(../images/layout/landing/enter.gif) 0 -28px no-repeat;
}

#layout_btns .btns ul li#french a {
	background:url(../images/layout/landing/entrez.gif) 0 0 no-repeat;
	margin:0 0 0 11px;
}

#layout_btns .btns ul li#french a:hover {
	background:url(../images/layout/landing/entrez.gif) 0 -28px no-repeat;
}

#layout_footer {
	padding:126px 0 0 91px;
}

.footer a {
	font-weight:normal;
	color:#41a3e5;
}

.footer a:hover {
	color:#fff;
}
	
	

