@charset "utf-8";
/* CSS Document */
@import 'footer.css';
@import 'form.css';

html, body {
	margin : 0;
	padding : 0;
	height : 100%;
	background:#0a090c;
	min-width:1000px;
	min-height:650px;
}

h2{
 text-indent: -9999px;
}

h3,p{font-family:"微軟正黑體", "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
a {
	text-decoration:none;
	color:#333;
	font-family:"微軟正黑體", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* 拿掉按鈕虛線 */
a {
blr:expression(this.onFocus=this.close());
}
a {
blr:expression(this.onFocus=this.blur());
} /* for IE onFocus 的 F 一定要大寫*/
:focus {
	-moz-outline-style: none;
} /* for Firefox 及 Netscape 專用*/

#logo{
	position:fixed;
	display:block;
	width:113px;
	height:38px;
	top:0;
	left:0;
	z-index:1000;
}

/* 首頁 */
#index #main,#product #main  {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	line-height : 0;
	text-align : center;	
	display:block;
	z-index : 1;
}
#index #plane,#product #plane {
    width :1000px;
	margin : 0 auto;
	padding : 0 ;
	border : none;
}

#bloger #main{position: relative; width:1000px; height:283px; text-align:center; margin:0 auto;}
#bloger #content{position: relative; width:1000px; text-align:center; margin:0 auto;}

#blogerform #main{position: relative; width:1000px; height:680px; text-align:center; margin:0 auto;}
#form2{ position:absolute; top:265px; left:520px;}
#toproduct{  position:absolute; top:100px; left:755px;}