/* CSS Document */

html {
overflow-x:hidden;
overflow-y:auto;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background-image: url(bkg.jpg);
	background-attachment: fixed;
	}
	
a {
	text-decoration: none;
	color:  #666666;
	}
	
a:visited {
	color:  #666666;
	}
	
a:active {
	color:  #666666;
	}
	
a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
#title {
	 
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	}	
	
#toptext {
	position: absolute;
	left: 286px;
	width: 550px;
	padding: 8px;
	color: #000000;
	font-size: xx-small;
	text-align: justify;
	top: 10px;
	}

