html {
	background-color: #fff;
	color: #000;
}

body,td {
	font-family: Sans, sans-serif;
	font-size: 80%;
}


h2 {
	font-size: 150%;
	color: #2866c3;
}

em { font-style: normal; }

a, a:visited { color: #2866c3; }

#title2 { 
	color: #2b51a6; 
	font-size: 200%;
}

div#content {
	width: 800px;
	margin: auto;
	text-align: justify;
}

div#title {
	display: block;
	height: 100px;
	width: 100%;
	background: url(../images/BDO-GALAXY.png) no-repeat;
	position: relative;
}

div#title_top {
	margin-top: 5px;
	text-align: right;
	margin-bottom: 3em;
}
			
div.clear { clear: both; }

div.bottom {
	width: 100%;
	height: 24px;
	background-image: url(../images/BDO-GALAXY-BAS.png);
	background-repeat: no-repeat;
	margin-bottom: 2em;
	position: relative;
}

.note {
	font-size: 50%;
}