@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #99999A;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777777;
}

.main_table {
	width: 733px;
	height: 462px;
	background-color: #FFFFFF;
}

.main {
	width: 100%;
	height: 100%;
}
.border {
width: 14px;
background-color: #7E7E7F;
}

.tborder {
background-color: #7E7E7F;
height: 14px;
}
.taka_link {
color: #FFFFFF;
font-size: 12px;
text-decoration: none;
}
:hover.taka_link {
color: #FF6600}

.logo {
color: #333333;
padding: 24px 0px 0px 76px;
font-size: 22px;
}

.counter {
	padding: 4px 0px 0px 0px;
}
