﻿/*CSS Document*/
body {
	width: 800px;
	margin: 25px auto;
	height: 100%;
	font-size: 65%;
	color: #aaa;
	background-image: url(image/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #ffcc00;
}
img {border: 0;}
input,select{vertical-align:middle;} 
/*表頭開始*/
.header {
	height: 100px;
}
#logo {
  margin-top: 20px;
  margin-left: 25px;
}
/*設為最愛等*/
#banner1 {
	width: 480px;
	height: 25px;
	float: right;
	margin-top: -80px;
	margin-right: 50px;
	*margin-right: 15px;/*for ie7*/
	_margin-right: 5px;/*for ie6*/
}
#banner1 ul {
	width: 500px;
	height: 25px;
	list-style: none;
	margin-left: -10px;
	_margin-left: 0px;
	_margin-right: -30px;
}
#banner1 li {
  margin-top: 0px;
  float: left;
  width: 58px;
  _width: 52px;
  padding-left: 25px;
  padding-top: 8px;
  display: block;
}
#banner1 #fav {background-image: url(image/fav.gif)}
#banner1 #mail {background-image: url(image/mail.gif)}
#banner1 #hr {background-image: url(image/hr.gif)}
#banner1 #mem {background-image: url(image/new.gif)}
#banner1 #news {background-image: url(image/login.gif)}
#banner1 #home {background-image: url(image/home.gif)}
#banner1 a:link {
  color: #ccc; 
  text-decoration: none;
}
#banner1 a:visited {
  color: #ccc;
  text-decoration: none;
}
#banner1 a:visited:hover {
  color: #aaa;
  text-decoration: underline;
}
#banner1 a:hover {
  color: #aaa;
  text-decoration: underline;
}
#search {
	clear: right;
	float: right;
	width: 240px;
	margin-top: -48px;
}
#searchbox {
  width: 120px;
}
#eng {
	clear: both;
	float: right;
	margin-right: 30px;
	margin-top: -15px;
}
/*關於我們等*/
#line {
  width: 780px;
  background-image: url(image/banner2base.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  margin-left: -10px;
  *margin-left: 10px;
  _margin-left: 19px;
}
#banner2 {
  clear: both;
  float: right;
  margin-top: 10px;
  margin-left: 0px;
  list-style: none;
  width: 700px;
  _width: 720px;
  height: 25px;
  background-image: url(image/banner2base.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}
#banner2 li {
  float: left;
  margin-left: 5px;
  width: 82px;
  height: 30px;
  _height: 25px;
  font-size: 1.2em;
  line-height: 2em;
  text-align: center;
}
#banner2 a:link {
  color: #0099ff;
  text-decoration: none;
  background-image: url(image/banner2off.gif);
  background-position: bottom;
  display: block
}
#banner2 a:visited {
  color: #0099ff;
  text-decoration: none;
  background-image: url(image/banner2off.gif);
  background-position: bottom;
  display: block;
}
#banner2 a:visited:hover {
  color: #fff;
  background-image: url(image/banner2on.gif);
  background-position: bottom;
  display: block;
}
#banner2 a:hover {
  color: #fff;
  background-image: url(image/banner2on.gif);
  background-position: bottom;
  display: block;
}
/*表頭結束*/
.container {
	margin-top: 35px;
	margin-bottom: 20px;
	width: 800px;
}
/*首頁主畫面*/
#content {
  float: left;
  width: 510px;
  margin-left: 25px;
  margin-right: 15px;
  _margin-left: 12px;
}
/*關於我們*/
#about p {
  color: #666;
  font-size: 1.2em;
  line-height: 1.5em;
  width: 500px;
  margin: 10px 10px auto;
}
#content h1 {
  font-size: 1.5em;
  color: #ff9900;
  line-height: 1em;
  padding: 10px 0 10px 10px;
  margin-bottom: -10px;
}
#about p {text-indent:2em}
/*分店資訊*/
#location {
  width: 700px;
  _width: 600px;
  margin-left: 100px;
  _margin-left: 50px;
  clear: left;
  float: left;
}
#location h1 {
  color: #0099ff;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 2em;
}
.storepic {
  width: 125px;
  height: 100px;
  vertical-align: bottom;
}
.storename {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.8em;
  color: #ff9900;
  vertical-align: bottom;
}
.address {
  font-size: 1.2em;
  color: #666;
}
.storetel {
  font-size: 1.2em;
  color: #666;
  vertical-align: top;
}
/*分店地圖*/
#mapbutton a:link {
  height: 34px;
  width: 100px;
  padding-top: 25px;
  _padding-top: 12px;
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: normal;
  background-position: center;
  background-image: url(image/buttonoff.jpg);
  background-repeat: no-repeat;
}
#mapbutton a:visited {
  height: 34px;
  width: 100px;
  padding-top: 25px;
  _padding-top: 12px;
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: normal;
  background-image: url(image/buttonoff.jpg);
  background-repeat: no-repeat;
}
#mapbutton a:visited:hover {
  height: 34px;
  width: 100px;
  padding-top: 25px;
  _padding-top: 12px;
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(image/buttonon.jpg);
  background-repeat: no-repeat;
}
#mapbutton a:hover {
  height: 34px;
  width: 100px;
  padding-top: 25px;
  _padding-top: 12px;
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(image/buttonon.jpg);
  background-repeat: no-repeat;
}
#mapbutton a:active {
  height: 34px;
  width: 100px;
  padding-top: 25px;
  _padding-top: 12px;
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(image/buttonon.jpg);
  background-repeat: no-repeat;
}
/*最新消息(右邊欄)*/
#whatsnew {
	width: 220px;
	height: 450px;
	float: right;
	margin-right: 20px;
	_margin-top: -150px;
	background-image: url(image/whatsnew.gif);
	background-repeat: no;
	font-size: 1.2em;
}
#whatsnew ul {
  margin-top: 150px;
  width: 180px;
  _padding-top: 150px;
  _margin-left: 20px;
  _width: 200px;
  list-style: none;
}
#whatsnew li {
  background-image: url(image/arrow.gif);
  background-repeat: no-repeat;
  margin: 10px 20px 0 -15px;
  _margin-left: 5px;
  padding-top: 20px;
  line-height: 1.2em;
}
#whatsnew a:link {color: #aaa; text-decoration: none;}
#whatsnew a:visited {color: #aaa; text-decoration: none;}
#whatsnew a:visited:hover {color: #ff9900; text-decoration: underline;}
#whatsnew a:hover {color: #ff9900; text-decoration: underline;}
/*最新消息*/
#news table {
 width: 700px;
 margin-left: 50px;
}
.pic {
  width: 120px;
}
#news td {
  padding: 10px;
  border-bottom: 1px #ccc dotted;
}
#news h1 {
  color: #0099ff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
}
#news h1 a:link {
  color: #0099ff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
}
#news h1 a:visited {
  color: #0099ff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
}
#news h1 a:visited:hover {
  color: #0099ff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  text-decoration: underline;
}
#news h1 a:hover {
  color: #0099ff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  text-decoration: underline;
}
#news h1 a:active {
  color: #0099ff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  text-decoration: underline;
}
#news h2 {
  color: #ff9900;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1em;
  margin: 10px 0 -15px;
}
#news p {
  color: #666;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 10px;
  text-indent: 2em;
}
/*最新消息單頁*/
#newspic {
  float: left;
  margin: 20px;
}
#newstext {
  width: 750px;
  margin-left: 25px;
}
#newstext h1 {
  color: #0099ff;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
}
#newstext h2 {
  color: #ff9900;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1em;
  margin: 10px 0 -10px;
}
#newstext p {
  color: #666;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5em;
  text-indent: 2em;
}
/*產品選單*/
#menuofmenu {
  float: left;
  width: 190px;
  margin-right: 0;
}
#menupic {
  margin-top: 10px;
  margin-left: 10px;
}
.mainmenu {
  width: 180px;
  height: 30px;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  text-indent: 1em;
  clear: left;
  margin-left: 10px;
}
.mainmenu a {
  color: #0099ff;
  text-decoration: none;
  height: 30px;
  display: block;
  padding-top: 5px;
  margin-bottom: -10px;
}
.mainmenu a:link {
  color: #0099ff;
  text-decoration: none;
}
.mainmenu a:visited {
  color: #0099ff;
  text-decoration: none;
}
.mainmenu a:visited:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff9900;
}
.mainmenu a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff9900;
}
.mainmenu a:active {
  color: #fff;
  text-decoration: none;
  background-color: #ff9900;
}
.submenu {
  width: 180px;
  float: left;
  margin: 2px 0 5px 20px;
}
.submenu li {
  padding-top: 8px;
  font-size: 1.05em;
}
.submenu a {
  display: block;
  color: #aaa;
  text-decoration: none;
}
.submenu a:link {
  display: block;
  color: #aaa;
  text-decoration: none;
}
.submenu a:visited {
  display: block;
  color: #aaa;
  text-decoration: none;
}
.submenu a:visited:hover {
  display: block;
  color: #ff9900;
  text-decoration: none;
}
.submenu a:hover {
  display: block;
  color: #ff9900;
  text-decoration: none;
}
.submenu a:acitve {
  display: block;
  color: #ff9900;
  text-decoration: none;
}
/*菜單*/
#menu {
  float: left;
  margin-left: 5px;
  width: 580px;
  color: #666666;
}
#menu th {
  text-align: left;
  text-indent: 2em;
  line-height: 1em;
  font-size: 1.4em;
  height: 30px;
  color: #0099ff;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}
#menu td {
  font-size: 1.05em;
}
/*
#menu img {
  width: 85px;
  height: 85px;
}
*/
.product table {
  width: 190px;
}
#combo1 {
  width: 570px;
  height: 200px;
  margin-bottom: 15px;
}
#combo1 td {
  width: 285px;
  height: 200px;
}
#combo1 img {
  width: 285px;
  height: 200px;
}
.ps {
  color: #ff9900;
  font-size: 0.8em;
  font-weight: normal;
  padding-left: 10px;
}
#combo2 {
  width: 570px;
  height: 450px;
  margin-bottom: 15px;
}
#combo2 td {
  width: 190px;
  height: 150px;
}
#combo2 img {
  width: 190px;
  height: 150px;
}
#side4 {
  width: 570px;
  height: 80px;
  margin-bottom: 15px;
}
#side4 td {
  width: 142px;
  height: 80px;
}
#side4 img {
  width: 142px;
  height: 80px;
}
.name {
  font-size: 1.1em;
  color: #ff9900;
  padding-top: 30px;
}
.price {
  padding-bottom: 20px;
}
/*營養標示*/
#item {
  width: 600px;
  _width: 500px;
  margin: 20px auto;
}
#item h1 {
  float: left;
  padding-left: 20px;
  font-size: 1.7em;
  font-weight: bold;
  color: #ff9900;
}
#item h2 {
  float: left;
  padding-left: 20px;
  margin-top: 6px;
  font-size: 1.5em
}
/*
#item img {
  width: 350px;
  height: 242px;
  margin-left: 125px;
}
*/
#item p {
  margin-left: 125px;
  width: 350px;
  color: #666;
}
#nutritionform {
  width: 500px;
  margin-left: 50px;
  margin-top: 20px;
  color: #666;
  border: 1px #ddd solid;
}
#nutritionform th {
  border: 1px solid #fff;
  height: 25px;
  font-size: 1.3em;
}
.nutrition {
  border: 1px solid #fff;
  width: 160px;
  height: 15px;
  text-indent: 1em;
  background-color: #ffffdd;
}
.value {
  border: 1px solid #fff;
  width: 70px;
  height: 15px;
  text-indent: 1em;
  background-color: #ffede8;
}

/*優惠券*/
#coupon {
  width: 750px;
  margin-top: 20px;
  margin-left: 40px;
}
#coupon td {
  width: 250px;
}
#coupon input {
  float: left;
  margin-top: 30px;
}
#coupon img {
  float: left;
}
#couponbutton {
	width: 480px;
	height: 40px;
	margin: 20px auto;
}
#couponbutton ul {
	width: 480px;
	height: 40px;
	list-style: none;
}
#couponbutton li {
  width: 130px;
  float: left;
}
#couponbutton a {
  height: 40px;
  text-align: center;
  width: 100px;
  line-height: 40px;
  margin: 20px auto 40px;
  background-position: center;
  background-repeat: no-repeat;
}
#couponbutton a:link {
  color: #fff; 
  display: block;
  text-decoration: none;
  background-image: url(image/buttonoff.jpg)
}
#couponbutton a:visited {
  color: #fff;
  display: block;
  text-decoration: none;
  background-image: url(image/buttonoff.jpg)
}
#couponbutton a:visited:hover {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(image/buttonon.jpg)
}
#couponbutton a:hover {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(image/buttonon.jpg)
}
#couponbutton a:active {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(image/buttonon.jpg)
}
/*優惠券選單*/
#couponlist {
  width: 500px;
  margin-left: 150px;
}
#couponlistbutton {
	width: 480px;
	height: 40px;
	margin: 20px auto;
}
#couponlistbutton ul {
	width: 480px;
	height: 40px;
	list-style: none;
}
#couponlistbutton li {
  width: 130px;
  float: left;
}
#couponlistbutton a {
  height: 40px;
  text-align: center;
  width: 100px;
  line-height: 40px;
  margin: 20px auto 40px;
  background-position: center;
  background-repeat: no-repeat;
}
#couponlistbutton a:link {
  color: #fff; 
  display: block;
  text-decoration: none;
  background-image: url(image/buttonoff.jpg)
}
#couponlistbutton a:visited {
  color: #fff;
  display: block;
  text-decoration: none;
  background-image: url(image/buttonoff.jpg)
}
#couponlistbutton a:visited:hover {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(image/buttonon.jpg)
}
#couponlistbutton a:hover {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(image/buttonon.jpg)
}
#couponlistbutton a:active {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(image/buttonon.jpg)
}
/*加入會員*/
#join {
  background-image: url(image/signup.png);
  background-repeat: no-repeat;
  padding-top: 100px;
  border: 0;
  float: left;
  text-align: left;
  width: 720px;
  _width: 700px;
  margin: 15px 10px 15px 50px;
  color: #666;
  font-size: 1.25em;
}
#join a:link {color: #0099ff}
#join a:visited {color: #0099ff}
#join a:visited:hover {color: #ff9900}
#join a:hover {color: #ff9900}
#join a:active {color: #ff9900}
#join th {
  color: #0099ff;
  font-weight: bold;
  height: 30px;
}
#joincaption {
  padding: 10px 0;
}
.joinitem {
  height: 20px;
  width: 180px;
  text-align: right;
  vertical-align: top;
  padding-top: 5px;
}
.jointable {
  margin-left: -3px;
}
/*遊戲*/
#gamelist {
  clear: both;
  width: 200px;
  float: left;
  margin-left: 10px;
}
#gamelist td {
  padding: 9px;
}
#game {
  width: 560px;
  float: left;
  margin-top: 10px;
  padding-left: 10px;
}
/*企業徵才*/
#joboffer {
  width: 700px;
  margin: 30px 0 30px 50px;
  background-image: url(image/staff.jpg);
  background-position: bottom-left;
  background-repeat: no-repeat;
}
#joboffer h1 {
  padding: 30px 0 15px 220px;
}
#joboffer p {
  padding-left: 220px;
  color: #666;
  font-size: 1.2em;
  line-height: 1.5em;
}
#joboffer table {
  margin-left: 220px;
  width: 400px;
  font-size: 1.1em;
  color: #fff;
  background-color: #ff9900;
}
#joboffer tr {
  text-align: center;
  height: 25px;
}
#joboffer a:link {
  color: #ff9900;
  text-decoration: none;
}
#joboffer a:visited {
  color: #ff9900;
  text-decoration: none;
}
#joboffer a:visited:hover {
  color: #ff9900;
  text-decoration: underline;
}
#joboffer a:hover {
  color: #ff9900;
  text-decoration: underline;
}
#joboffer a:active {
  color: #ff9900;
  text-decoration: underline;
}
/*履歷表*/
#resume {
  border: 0;
  text-align: left;
  width: 700px;
  margin: 15px 50px 15px;
  color: #666;
  font-size: 1.25em;
}
#resume th {
  color: #0099ff;
  font-size: 1.2em;
  font-weight: bold;
  height: 30px;
  padding-left: 20px;
}
.resumeitem, .resumecolon {
  height: 20px;
  text-align: right;
  vertical-align: top;
  padding-top: 10px;
}
.resumevalue {
  height: 20px;
}
.experience {
  margin-top: -15px;
}
/*媒體報導*/
#media {
  width: 700px;
  margin: 10px 40px;
  padding-left: 20px;
  background-color: #eee;
}
#screen {
  width: 300px;
  margin-top: 20px;
  padding: 7px;
  float: left;
  background-color: #ddd;
  border-left: 1px #fff solid;
  border-top: 1px #fff solid;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
#mediatext {
  float: right;
  width: 340px;
  padding: 20px;
}
#mediatext h2 {
  color: #0099ff;
  font-size: 1.3em;
}
#mediatext h1 {
  padding: 0px;
  font-size: 1.8em;
}
#mediatext p {
  color: #666;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5em;
  text-indent: 2em;
}
#medialist {
  float: left;
  width: 275px;
  *width: 300px;
  _width: 300px;
  padding-right: 54px;
  padding-left: -20px;
  *padding: 8px;
  _padding: 8px;
  border-right: 1px #ccc solid;
  margin: 5px 10px 15px -20px;
  *margin: 10px 0 15px 0;
  _margin: 10px 0 15px 0;
}
#medialist h2 {
  color: #0099ff;
  font-size: 1.3em;
  line-height: 1.3em;
  height: 3px;
  margin: 10px 0 10px 30px;
  *margin: 0;
  _margin: 0;
  padding-bottom: 10px;
  *padding: 0;
  _padding: 0;
}
#medialist ul {
  width: 275px;
  *width: 300px;
  _width: 300px;
  margin-left: -15px;
  *margin-left: -5px;
  _margin-left: -5px;
  list-style: none;
}
#medialist li {
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #ccc dotted;
}
#medialist a:link { color: #999; text-decoration: none;}
#medialist a:visited { color: #999; text-decoration: none;}
#medialist a:visited:hover { color: #ff9900; text-decoration: none;}
#medialist a:hover { color: #ff9900; text-decoration: none;}
#medialist a:active { color: #ff9900; text-decoration: none;}
/*下載專區*/
#download {
  width: 650px;
  margin-left: 80px;
  margin-top: 20px;
}
#download h1 {
  height: 0;
  color: #fff;
}
#download h2 {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px #ddd solid;
  font-size: 1.3em;
  padding-left: 10px;
  color: #0099ff;
  background-color: #eee;
}
#msn {
  width: 600px;
  margin: -10px 0 0 12px;
}
#msn td {
  padding: 5px;
}
#wallpaper {
  width: 650px;
  margin-bottom: 30px;
}
.wp td {
  width: 210px;
  height: 150px;
  padding-left: 6px;
}
.wpsize {
  width: 100px;
  height: 25px;
  vertical-align: top;
  text-align: center;
}
#screensaver td {
  width: 325px;
  height: 250px;
  padding-left: 22px;
}
/*會員登入*/
#login {
  float: left;
  margin: 90px 0 0 80px;
  _margin-left: 50px;
  width: 400px;
  height: 300px;
  background-image: url(image/login.png);
  background-repeat: no-repeat;
}
#login table {
  width: 300px;
  color: #666;
  font-size: 1.2em;
  margin: 100px 50px 0 50px;
}
.loginitem {
  width: 100px;
  text-align: right;
}
#hint {
  height: 50px;
  text-align: center;
}
#login a:link {
  color: #0099ff;
  padding: 6px;
}
#login a:visited {
  color: #0099ff;
  padding: 6px;
}
#login a:visited:hover {
  color: #ff9900;
  padding: 6px;
}
#login a:hover {
  color: #ff9900;
  padding: 6px;
}
#login a:active {
  color: #ff9900;
  padding: 6px;
}
#loginbutton {
	width: 300px;
	height: 40px;
	margin: 0 80px;
}
#loginbutton ul {
	width: 300px;
	height: 40px;
	list-style: none;
}
#loginbutton li {
  width: 120px;
  float: left;
  list-style: none;
}
#loginbutton a {
  height: 40px;
  text-align: center;
  width: 100px;
  line-height: 40px;
  margin: 20px auto 40px;
  background-position: center;
  background-repeat: no-repeat;
}
#loginbutton a:link {
  color: #fff; 
  display: block;
  text-decoration: none;
  background-image: url(image/buttonoff.jpg)
}
#loginbutton a:visited {
  color: #fff;
  display: block;
  text-decoration: none;
  background-image: url(image/buttonoff.jpg)
}
#loginbutton a:visited:hover {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(image/buttonon.jpg)
}
#loginbutton a:hover {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(image/buttonon.jpg)
}
#loginbutton a:active {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-image: url(image/buttonon.jpg)
}
/*忘記密碼*/
#password {
  float: left;
  margin: 90px 0 0 80px;
  _margin-left: 50px;
  width: 400px;
  height: 300px;
  background-image: url(image/password.png);
  background-repeat: no-repeat;
}
#password table {
  width: 400px;
  color: #666;
  font-size: 1.2em;
  margin: 100px 50px 0 0px;
}
/*連絡我們*/
#opinion {
  border: 0;
  float: left;
  text-align: left;
  width: 720px;
  _width: 700px;
  margin: 15px 10px 15px 50px;
  color: #666;
  font-size: 1.25em;
}
#opinion th {
  color: #0099ff;
  font-weight: bold;
  height: 30px;
}
#opinioncaption {
  padding: 10px 0;
}
.opinionitem {
  height: 20px;
  width: 180px;
  text-align: right;
  vertical-align: top;
  padding-top: 5px;
}
/*版權說明*/
#contact {
	clear: both;
	padding-top: 15px;
	margin-top: -15px;
	text-align: center;
	font-size: 1.2em;
}
#copyright {text-align: center;color: #0099ff;}