﻿/*CSS Document */

.class1{
  background: #86c7ff; 
  width: 100%; 
  font-size: 18px; 
  color: #5f84a8; 
  border: 1px #d7edff solid; 
  border-radius: 5px; 
  margin: 0px 0px 7px 0px;
  box-shadow:5px 5px 10px gray;
  background: -webkit-linear-gradient(left,#d7edff, #a7d6ff);
  background: -o-linear-gradient(right,#d7edff, #a7d6ff);
  background: -moz-linear-gradient(right,#d7edff, #a7d6ff);
  background: linear-gradient(to right,#d7edff, #a7d6ff);
  }

#wrapper{
			margin:0;
			padding:0;
			background: url(images/minwt_bg.jpg)center center fixed no-repeat;
			-moz-background-size: cover;
			-webkit-background-size:cover;
			background-size: cover;	
}

#container { margin: 0 auto; width: 80%; }







#header{
   /*background-image:url("images/header.jpg");*/
   font-family: 標楷體;
   text-align: right;
}
