/* CSS Find The Not */
html, body {height:100%}

body {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: normal;
	vertical-align: top;
	color: #000000; 
	text-decoration: none; 
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px }
	
img { 
	border: solid 0px #000000; 
	}
	
#not-logo {
	text-align: center;
	background-color: transparent;
	background-image: url('bit_line.gif');
	background-repeat: repeat-x;
	margin-top: 150px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px
	}
			
#copy-notice {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #9999CC;
	background-color: transparent;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	clear: both }
#copy-notice a,
#copy-notice a:link,
#copy-notice a:visited,
#copy-notice a:active{
	color: #9999CC;
	font-weight: bold;
	text-decoration: underline }
#copy-notice a:hover{
	color: #2039A7;
	}