html,body {
	background-image: url(images/pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 12px;
	letter-spacing: 0.50mm;
	font-family: "Times New Roman", Times, serif;
		
}
#center {
	height: 300px;
	width: 950px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -500px;
	
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #999;
	text-decoration: none;	
}

#font1 {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0.6mm;
	padding-left: 36px;
}
#no1
{
	padding-top: 35px;
	font-size: 28px;
	padding-left: 90px;
	color: #999;
	font-family: "Times New Roman", Times, serif;
}
#image {
	float: left;
}
#nav {
	text-align: right;
}
#copyrait {
	float: left;
	width: 120px;
	font-size: 8px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.1mm;
	word-spacing: 0.1mm;
	text-align: left;
	
}
