/*layout*/
#warp{
	width: 900px;
	margin-right: auto;
	margin-top: 0px;
	background-color: #000;
	margin-left: auto;
	}


#Contentblock {
	width: 900px;
	float: left;
	min-height:550px;
	text-align:left;


}

#Contentbg{
	width: 900px;
	min-height:550px;
	filter:alpha(opacity=70);
	opacity: 0.7;
    position:absolute;
	background-color: #FFF;
}


#Content {
	width: 900px;
	min-height:550px;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #5D5D5D;
	min-height:550px;
	position:absolute;

}


#footer{
	text-align: right;
	height: 100px;
	width: 900px;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	padding-top: 5px;
	float: left;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



#warp #footer a:link {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#warp #footer a:hover {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:visited {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:active {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	font-style: normal;
}






body{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #000;
}
