﻿body {
	/*background: #ffffff url("bg.gif") repeat-x;*/
    background: #ffffff;
	font : 14px Arial, Helvetica, sans-serif; 
	color: #777777;
	margin: 0;
	padding: 0;
}
.ciel {
    background: #ffffff url("bg.gif") repeat-x;

    width:100%;
    height:600px;
}
.DebugBankin {
    font-size:10px;
    color:black;
    font-family:'Times New Roman';

}
.topContent {
    margin-top:20px;
    float:left;
    text-align:center;
    font-size:48px;
    color:yellow;
    width:80%;
}
.topLeft{
    color:yellow;
    text-align:center;
    float:left;
    display:inline-block;
}
.Content {
    clear:both;
    
}
.small {
    font-size:12px;
}
.menu {
    font-size:24px;
    text-align:center;
}
.menu ul{
    list-style:none;
    padding-left:30px;
}
.menu li{
    cursor:pointer;
    display:block;
    float:left;
    padding:20px;
    background: #ddd url(metal.jpg) repeat-x center top;
    box-shadow: 
		inset 0 0 0 1px rgba(0,0,0, 0.2), 
		inset 0 0 1px 2px rgba(255,255,255,0.9),
		inset 0 -6px 5px rgba(0,0,0,0.1),
		0 6px 7px rgba(0,0,0,0.3),
		0 4px 1px rgba(0,0,0,0.5);
}
.ErrorContent {
    font-size:24px;
    text-align:center;
    color:red;
}