@charset "UTF-8";
/* CSS Document */

html {
	background-color: #000000;
	background-image: url(ui/magichandz2.jpg);
}

body {
	background-color: #000000;
	background-image: url(ui/magichandz2.jpg);
	margin: 0px;
	padding: 0px;
	color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	}

#intro {
	margin-top: 20px;
	margin-left: 47px;
	margin-right: 71px;
	color: #dddddd;
	}

#links {
	margin-top: 20px;
	margin-left: 47px;
	}
	
a			{ display: block; color: #dddddd; text-decoration: none; }
a:visited	{ color: #999999; }
a:hover		{ color: #85be00;}
#links a:hover { color: #85be00; background-color: #000000; }
img { border: 0px; }


#next {
	margin-top: 10px;
	margin-left: 47px;
	padding-left: 15px;
	background-image: url(ui/pil2.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 15px;
	}

#next a {
	color: #85be00;
	}
	
#next a:hover { 
	color: #85be00; 
	background-color: #000000;
	}


#copyright {
	margin-top: 25px;
	margin-left: 47px;
	margin-bottom: 40px;
	font-size: 9px;
	line-height: 13px;
	color: #4f4f4e;
	}


