html, body{
	height:100%;
	padding:0; margin:0;
}

body{
	background-color:#000000;
	color:#747474;
	font-weight:bold;
}

#udc{
	width:690px;
	padding:0;
	margin:0 auto;
	text-align:center;
	height:100%;
}
#udc td{
	width:690px;
	padding:0;
	margin:0 auto;
	text-align:center;
	height:100%;
}
a{
	color:#747474;
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;
}
/*body {
	background-color: #FFFFFF;
	font-family: arial,sans-serif;
	color: #663333;
	height: 100%;
}


.main {
	text-align: center;
	margin:100px; auto 0 auto;
}
.foot {
	position: relative;
	top: -25px;
	font-size: 10px;
	margin: 0 auto 0 auto;
}

.foot .left {
	padding-left: 10px;
	text-align: left;
	font-size:100%;
}

.foot .right {
	padding-right: 10px;
	text-align: right;
	font-size:100%;
}

.foot .spc {
	background: #663300;
	width: 1px;
	margin: 0 10px 0 10px;
}

.foot a {
	color: #FF9900;
	font-family: arial, sans-serif;

	text-decoration:none;
	font-weight: bold;
}

.foot a:hover {
	text-decoration:underline;
}*/