html {
    border-left: 0px;
}
body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0px;
    border: 0px;
    margin: 0px;
}
body {
    color: #ffffff;
	background-color:#000000;
}
body, input, select, option, textarea, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    font-family: Arial, georgia, helvetica, "Trebuchet MS", verdana, lucida, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
	color: #000000;
	line-height:1.25em;
}	
strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
a {
	font-family:Arial;
	color:#000000;
	text-decoration:none;
}

/* TinyMCE HACK */ 
p { 
	margin-bottom:15px;
}
.MsoNormal {
	text-align:left;
}
/* end HACK */

#wrapper {
    width: 100%;
	height: 100%;
    margin: 0px;
    color: #ffffff;
	z-index:0;
}
#error404Message {
	position:absolute;
	font-family:Georgia;
	font-weight:bold;
	font-size:14px;
	margin-top:70px;
	height:300px;
	width:100%;
	z-index:1000;
}
#feedback_user {
	color:#666666;
}
#feedback_system {
	color:#ffffff;
}


#home_page {
   width:980px;margin:auto;
}
#home_top {
	width:980px;height:88px;
}
#home_middle {
	width:980px;height:277px;
}
#home_middle  #home_middle_left {
	width:473px;height:277px;float:left;
}
#home_middle  #home_middle_right {
	width:507px;height:277px;float:right;
}
#home_wellcome {
	width:980px;height:89px;clear:both;display:block;
}
#home_footer {
	width:980px;height:148px;color:#000000;clear:both;display:block;
	background-image:url('../image/intro/footer.jpg');
	background-repeat:no-repeat;
}	
#home_footer_left {
	margin-left:45px;width:480px;height:120px;float:left;
}
#home_footer_right {
	margin-right:45px;width:400px;height:120px;float:right;
}