@charset "Big5";

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg.png);
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.about {
 font-family:"Reenie Beanie", arial,Times, serif;
 font-size:30px;

}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.profile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a:visited {
	color: #000;
	text-decoration: underline;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}

.iframe {

background-color:#F7931D;

}