html, body {
	background-color: #1A0477;
	background-image:  url(bubbles.jpg);
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body {
	SCROLLBAR-BASE-COLOR: #1A0477;
	SCROLLBAR-ARROW-COLOR: #1A0477;
	SCROLLBAR-3DLIGHT-COLOR: #1A0477;
	SCROLLBAR-SHADOW-COLOR: #1A0477;
	SCROLLBAR-FACE-COLOR: #1A0477;
	SCROLLBAR-HIGHLIGHT-COLOR: #1A0477;
	SCROLLBAR-DARKSHADOW-COLOR: #1A0477;
	SCROLLBAR-TRACK-COLOR: #1A0477;
}
body, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D8E3FE;
}
a {
	color: #d8e3fe;;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

div#box {
	width: 100%;
	height: 100%;

}
div#upperright {
	text-align: right;
	position: absolute;
	top: 15%;
	right: 5%;
}
div#bottomleft {
	text-align: left;
	position: absolute;
	bottom: 15%;
	left: 5%;
}
div#bottomright {
	text-align: right;
	position: absolute;
	bottom: 15%;
	right: 5%;
}
.bold {
	font-size: 10px;
	font-weight: bold;
}
.small {
	font-size: 9px;
}

