body{
	background: #000000;
	height: 100%;
}

a:link{
	color: #6dcff6;
}

a:visited{
	color: #6dcff6;
}

a:hover{
	color: #6dcff6;
}

a:active{
	color: #6dcff6;
}

table.basis{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

td.top{
	vertical-align: top;
}

td.main{
	background: #000000;
	border: solid 2px #696969;
	color: #FFF;
	width: 850px;
}

#logo a {
	display: block;	
	margin-left: auto;
	margin-right: auto;
	width: 325px; 
	height: 92px; 
	background: url(/img/DLOGOAB01.png) no-repeat; 
} 
#logo a:hover {
	background-position: -325px;
}

div.nav {
	float: left;
	color: #FFF;
	font: Verdana;
}

#NAVT {
	font-size: 16px;
	display: block;
	width: 168px;
	height:84px;
	background: url(/img/NAV-TOP.png) no-repeat;
}

#NAVI {
	font-size: 12px;
	display: block;
	width: 168px;
	height: 100%;
	padding-left: 2px;
	background: url(/img/NAV-IN.png) repeat-y;
}

#NAVB {
	font: 14px;
	display: block;
	width: 168px;
	height: 84px;
	background: url(/img/NAV-BOTTOM.png) no-repeat;
}

p.center{
	text-align: center;
	color: #FFF;
	width: 600px;
	}

h1.center{
	text-align: center;
	}

h2.center{
	text-align: center;
	}
	
h3.ms{
	text-decoration: underline;
	color: yellow;
}

img.c2{
	border: none;
}
	
div.c1{
	float: left;
	border-right: 2px solid #000;
} 

p.c1{
	text-align: center
}

h5.c1{
	text-align: center
}
table.c1{
	text-align: center;
}

/*Dowase Games News System 2.0*/
table.NEWS{
	border-collapse: collapse;
	float: center;
}
td.TR{
	height: 50px;
	width: 50px;
	background: url(/img/top-right.png) no-repeat;
}
td.TL{
	height: 50px;
	width: 50px;
	padding: 0;
	background: url(/img/top-left.png) no-repeat;
}
td.TT{
	height: 50px;
	padding: 0;
	background: url(/img/top.png) repeat-x;
}
td.BR{
	height: 50px;
	width: 50px;
	background: url(/img/bottom-right.png) no-repeat;
}
td.BL{
	height: 50px;
	width: 50px;
	padding: 0;
	background: url(/img/bottom-left.png) no-repeat;
}
td.BB{
	height: 50px;
	padding: 0;
	background: url(/img/bottom.png) repeat-x;
}
td.LL{
	width: 50px;
	padding: 0;
	background: url(/img/left.png) repeat-y;
}
td.RR{
	width: 50px;
	background: url(/img/right.png) repeat-y;
}
td.MID{
	height: 100px;
	width: 500px;
	padding: 0;
}
