@charset "utf-8";
/* CSS Document */
/* #Home content
================================================== */

div#home_banner {
	margin:0 auto;	
	height:330px;
	background:url(../images/back_paper.jpg);
}

div#banner_text {
	float:left;
	width:360px;
	height:300px;
	margin-left:14%;
	margin-top:30px;
	clear:both;
}

div#banner_text h1{
	font-size:25px;
	color:#696969;
	margin-bottom:30px;
}

div#banner_text p {
	margin-top:20px;
	color:#696969;
	text-align:left;
}

div#banner_img_hong {
	padding-top:20px;
}

div#banner_text a {
	text-decoration:none;
	display:block;
	line-height:40px;
	font-size:16px;
	color:#696969;
	width:124px;
	height:42px;
	background-image:url(../images/homebutton_origin.png);
	float:right;
	margin-top:40px;
	margin-right:5%;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz--border-radius:5px;
}

div#banner_text a:hover {
	background-image:url(../images/homebuttonactive.png);
}

div#main_content {
	margin:0 auto;
	clear:both;
	width:75%;
	height:200px;
	border:1px dashed orange;
	margin-top:10px;
}

