html, body, form  {
	width: 100%;
	margin: 0px;
}
body {
	background-color: #1B1B1B;
	font-family: Tahoma, Lucida Grande,Verdana,Bitstream Vera Sans,Arial,sans-serif;
	font-size: small;	
}

body, td, th , tr {
	color: #FEFEFE;
	font-family: Tahoma, Lucida Grande,Verdana,Bitstream Vera Sans,Arial,sans-serif;
	font-size: 11px;	
}

a:link {	color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover { color: #FF0;	text-decoration: underline; }

#Top {
	background: url(../images/bg_top.jpg) no-repeat;
	background-color: #1B1B1B;
	width: 1028px;
	height: 478px;
}
#TopContent {
	background: url(../images/bg_top_content.jpg) no-repeat;
	background-color: #1B1B1B;
	width: 1028px;
	height: 158px;
}
#Menuon {
	background: url(../images/bg_menu_on.jpg) no-repeat;
	width: 1009px;
	height: 37px;
   padding-left: 0px;
	padding-top: 0px;
}
#Menuunder {
	background: url(../images/bg_menu_under.jpg) no-repeat;
	width: 1009px;
	height: 32px;
	padding-left: 0px;
	padding-top: 3px;
}
#username {
	background: url(../images/username.jpg) no-repeat;
	width: 120px;
	height: 25px;
	padding-left: 40px;
	padding-top: 0px;
}
#books { padding-left: 10px;	padding-top: 0px; }
#games { padding-left: 10px; padding-top: 0px; }
#content { padding-left: 10px; padding-top: 0px; }
#news_update { padding-left: 10px; padding-top: 0px; }
#webboard { padding-left: 10px; padding-top: 0px; }

.text_content { color: #bababa; }
.text_description { color: gray;}

.textbox_username {
	border-style: solid solid;
	border-width: 0px;
	font-family:"MS Sans Serif";
	color: #990099;
	padding-top: 3px;	
	padding-left: 43px;	
	background: url(../images/username.jpg) no-repeat;
	width: 149px;
	height: 25px;
}

.textbox_password{
	border-style: solid solid;
	border-width: 0px;
	font-family:"MS Sans Serif";
	color: #990099;
	padding-top: 3px;	
	padding-left: 10px;	
	background: url(../images/password.jpg) no-repeat;
	width: 115px;
	height: 25px;
}

.textbox_find{
	border-style: solid solid;
	border-width: 0px;
	font-family:"MS Sans Serif";
	color: #990099;
	padding-top: 3px;	
	padding-left: 70px;	
	background: url(../images/find.jpg) no-repeat;
	width: 217px;
	height: 25px;
}