/* CSS Document */
body,td,th {
	font-size: 12px;
	color: #000000;
	text-align:center;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
}
#mail {
	position:absolute;
	left:center;
	top:30px;
	width:300px;
	height:40px;
	z-index:2;
}
#container {
  width: 780px;
  margin: 0 auto;
  padding: 0;
  border: 3px solid #FFFAA5;
}

#title {
  width: 780px;
  height: 235px;
  background-image:url(images/pc.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
}


