/*CSS bannieres */
/* base */

body { 
     font-family:Arial; 
     font-style:normal; 
     font-weight:normal;
     font-size:11px;
	 text-align:center;
	 color:#C8BAAF;
     background-color: #32281D;
	 background-image:url(img/bg.jpg);
     margin:5px 5px 5px 5px;
}
table {
     border-width: 4px;
     border-style: double;
     border-color: #C8BAAF;
	 width:468px;
}

img {
	vertical-align:middle;
	border-width:4px;
	border-style:double;
	border-color:#C8BAAF;
}
hr {
	color:#C8BAAF;
	width:468px; 
}

.ban1 {
	width:468px;
	height:60px;
}

.ban2 {
	width:234px;
	height:60px;
}

.ban3 {
	width:90px;
	height:60px;
}

.ban4 {
	width:88px;
	height:31px;
}

.ban5 {
	width:600px;
	height:120px;
}