@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	background-image: url(../images/backgrounds/main_page_background_black2.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	text-decoration: none;
	outline: none;
	color: #666;
	font: 10px Verdana, Geneva, sans-serif;
}
a:visited {
	color: #666;
	text-decoration: none;
	font: normal 10px Verdana, Geneva, sans-serif;
}
a:hover {
	color: #666;
	text-decoration: underline;
	font: normal 10px Verdana, Geneva, sans-serif;
}
a:active {
	color: #666;
	text-decoration: none;
	outline:none;
	font: normal 10px Verdana, Geneva, sans-serif;
}	
a:focus {
	outline: none;
	font: 10px Verdana, Geneva, sans-serif;
	color: #666;
}
button:focus { 
    outline: none; 
}

