/* CSS Document */

#all {
 min-height:100%;
 position:absolute;
 top:0px;
 width:99%;
}
#top {
 position:absolute;
 top:0px;
 width:100%;
}
#right {
 position:fixed;
 right:0px;
 top:50px;
}
#bubble {
 position:fixed;
 right:60px;
 top:50px;
}
#loading {
 position:fixed;
 right:60px;
 top:170px;
}
#footer {
 position:absolute;
 bottom:0px;
 width:100%;
}
a.hide:hover {
cursor: hand;
color: #068FFF;
}
body {
	background-image: url(img/bg.png);
	background-attachment:fixed;
}
a:link {
	text-decoration: none;
	color: #0060ab;
}
a:visited {
	text-decoration: none;
	color: #003E71;
}
a:hover {
	text-decoration: none;
	color: #068FFF;
}
a:active {
	text-decoration: none;
	color: #068FFF;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
}