body {
background-image : url(img/bg.png);
background-repeat : repeat-x;
}

.body {
width : 810px;
height : 450px;
margin : auto;

background-image : url(img/bgbd.png);
//filter:alpha(opacity=80);
//opacity:0.8;

}

.banner {
border-bottom : solid 3px #3d3d3d;
width : 810px;
height : 130px;
margin : auto;
color : efdf2e;
}

.logo {
width: 162px;
height: 180px;

padding-top: 75px;
margin : auto;
}

.bullet{
font-family : Arial;
color : black;
text-align : left;
padding-left : 18px;
font-size : 18px;
}

t1{
font-size : 19px;
}

.footer {
padding-top : 9px;
width : 810px;
margin : auto;
text-align : center;
font-size : 36px;
color : red;

}

center{
font-size : 23px;
}

.bulle{
float: left;
background-color: white;
//filter:alpha(opacity=80);
//opacity:0.8;
padding-left: 9px;
width : 360px;
height : 300px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border : 1px solid black;
font-size : 17px;
}

.bulle2{
float : right;
margin-right : 50px;
background-image: url(img/anim.gif);
padding-left: 4px;
width : 340px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
//border : 1px solid black;
height : 200px;
}

