/* CSS Document */
body{
	background: #000000;
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
a{
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
div{
	margin-right: 20px;
}
#footer{
	position: absolute;
	display: block;
	bottom: 0px;
	right: auto;
	text-align: right;
}
