/* CSS Document */
body,div,ul,ol,li,h1,h2,p
		{
		margin: 0;
		padding: 0;
		}
body {
		min-width: 980px;
		color: #FF66B3;		
		font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
		font-size:14px;		
}
a:link,a:visited {
		color: #F39DFF;
		text-decoration: none;
		font-size:16px;
}

a:hover,a:active {
		color: #CC3399;
		text-decoration: underline;
		font-size:18px;
}
#round{
margin-left:auto; 
margin-right:auto; 
margin-top:0;
}
#wrapper{
background-image:url(images/index.jpg);
background-position:left bottom;
background-repeat:no-repeat;
width: 980px;
margin: 0 auto;
top: 0;
left: 0;
text-align:center;
}
#header {
	padding-top:40px;
	width:980px;
	/*height:330px;*/
	text-align:left;
	z-index: 1;
}
#link {
		width: 250px;
	   	height: 30px;
		text-align:center;
		/*margin-right: 20px;
		margin-top:0;*/
		position:absolute;
		top:10px;
		right:20%;	
		}
#title {
	width:400px;
	height:auto;
	background-image:url(images/title3.png);
	background-repeat:no-repeat;
	position:relative;
	top:-259px;
	left:250px;
}
#nav {
		width: 920px;
	   	height: 50px;
		text-align:center;					
}
table#main {				
		background-position:left bottom;
		background-image:url(images/back1.jpg);
		background-repeat: repeat;
}

#footer {
		width: 980px;
	   	height: 35px;
		text-align:right;
		background-image:url(images/footer.jpg);
		background-repeat:no-repeat;
		background-position:left bottom;
}
#count {
		width: 90px;
	   	height: 20px;
		position:relative;
		top:8px;
		right:40px;		
}
table#table1{
font:"Lucida Grande", Arial,"新細明體";
font-size: 16px;
color: #000000;
border-width:2px;
border: #EA77B6;
border-collapse:collapse;
padding:0;
margin:0;
text-align:left;
}
table#table1 th{
background-color:#FFC1E0;
border: #EA77B6;
border-width:1px;
height:28px;
}
table#table1 td{
border: #EA77B6;
border-width:1px;
height:28px;
}
table#table2{
font:"Lucida Grande", Arial,"新細明體";
font-size: 18px;
color: #000000;
text-align:left;
}