body {
	background: url('bg.jpg') top center no-repeat;
	min-height: 806px;


}

.Warp
{
	color: white;
	border: 0px solid red;
	width: 100%;
	text-align: center;
}


.MainContent
{
	color: white;
	border: 0px solid white;
	display: inline-block;
    margin: 0px auto;
	margin-top: 200px;
}


.tablebox
{




}


.tablebox .td
{
	height: 336px;
	padding: 0px;
	margin: 0px;
}


.tablebox .left
{
	width: 101px;
	background: url('box-left.png') no-repeat top left;


}
.tablebox .center
{
	background: url('box-center.png') repeat-x top left;
	min-width: 400px;
}

.tablebox .right
{
	width: 101px;
	background: url('box-right.png') no-repeat top left;
}


.toptable
{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.toptable .mon
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 296px;
	height: 224px;
	background: url('box-mon.png') no-repeat top left;
	left: 0px;
	top: -164px;
}

.toptable .div_right
{
	text-align: right;

}

.toptable .button
{
	
	width: 170px;
	padding-top: 20px;
	float: right;

}

.toptable .button a
{
	text-indent: -1000000px;
	display: block;
	height: 25px;
	font-size: 0;
	line-height: 0;
	position: relative;
	transition: none 0s ease 0s;
}


.toptable .button .home
{
	float: left;
}

.toptable .button .home a
{
	width: 80px;
	background: url('btn-home.png') no-repeat 0px 0px;
}

.toptable .button .home a:hover
{
	background-position: 0px -25px;
}


.toptable .button .forum
{
	float: left;
	margin-left: 5px;
}

.toptable .button .forum a
{
	width: 80px;
	background: url('btn-forum.png') no-repeat 0px 0px;
}

.toptable .button .forum a:hover
{
	background-position: 0px -25px;
}


.toptable .content
{
	padding-top: 30px;
}


.toptable .content .link a
{
	text-indent: -1000000px;
	display: block;
	height: 222px;
	font-size: 0;
	line-height: 0;
	position: relative;
	transition: none 0s ease 0s;
	border: 1px solid #444444;

}
.toptable .content .link
{
	float: left;
	
}
.toptable .content .margin {margin-left: 10px;}
.toptable .content .phuchung a{background: url('link-phuchung.png') no-repeat 0px 0px;width: 144px;}
.toptable .content .phuchung a:hover{border: 1px solid #880000;}
.toptable .content .thanlong a{background: url('link-thanlong.png') no-repeat 0px 0px;width: 144px;}
.toptable .content .thanlong a:hover{border: 1px solid #880000;}
.toptable .content .bavuong a{background: url('link-bavuong.png') no-repeat 0px 0px;width: 144px;}
.toptable .content .bavuong a:hover{border: 1px solid #880000;}
.toptable .content .hanoi a{background: url('link-hanoi.png') no-repeat 0px 0px;width: 144px;}
.toptable .content .hanoi a:hover{border: 1px solid #880000;}


