/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#9a0000;
	}
	

/* container1 */
	
#container {
	width:800px;
	height:auto;
    left:50%;
	margin-left:-400px;
	margin-top:5px;
	position:absolute;
	}
	

			
#bt1 {
	width:160px;
	height:25px;
	background-image:url(images/bt-1.gif);
	float:left;
	}
#bt1-2 {
	width:160px;
	height:25px;
	background-image:url(images/bt-1.gif);
	float:left;
	background-position:0 -25px;
	}
#bt1:hover {
	background-image:url(images/bt-1.gif);
	background-position:0 -25px;
	}
	
#bt2 {
	width:160px;
	height:25px;
	background-image:url(images/bt-2.gif);
	float:left;
	}
#bt2-2 {
	width:160px;
	height:25px;
	background-image:url(images/bt-2.gif);
	float:left;
	background-position:0 -25px;
	}
#bt2:hover {
	background-image:url(images/bt-2.gif);
	background-position:0 -25px;
	}
	
#bt3 {
	width:160px;
	height:25px;
	background-image:url(images/bt-3.gif);
	float:left;
	}
#bt3-2 {
	width:160px;
	height:25px;
	background-image:url(images/bt-3.gif);
	float:left;
	background-position:0 -25px;
	}
#bt3:hover {
	background-image:url(images/bt-3.gif);
	background-position:0 -25px;
	}
	
#bt4 {
	width:160px;
	height:25px;
	background-image:url(images/bt-4.gif);
	float:left;
	}
#bt4-2 {
	width:160px;
	height:25px;
	background-image:url(images/bt-4.gif);
	float:left;
	background-position:0 -25px;
	}
#bt4:hover {
	background-image:url(images/bt-4.gif);
	background-position:0 -25px;
	}
	
#bt5 {
	width:160px;
	height:25px;
	background-image:url(images/bt-5.gif);
	float:left;
	}
#bt5-2 {
	width:160px;
	height:25px;
	background-image:url(images/bt-5.gif);
	float:left;
	background-position:0 -25px;
	}
#bt5:hover {
	background-image:url(images/bt-5.gif);
	background-position:0 -25px;
	}
		
#box1 {
	width:800px;
	height:auto;
	}
	
#boxtxt {
	width:800px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	color:#333333;
	font-size:14px;
	text-align:center;
	padding-top:6px;
	padding-bottom:6px;
	}
	
.box1liens {
	width:80px;
	height:60px;
	float:left;
	}
	
.box2liens {
	width:710px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	color:#333333;
	font-size:14px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	float:left;
	}
