/* CSS Document */

html, body {
	text-align: center;
	padding:0;
	background:#060305;
	background-image: url(./img/main.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 12px;
	line-height: 140%;
	font-family: Arial, sans-serif;
	color: #fffcee;
	}
a {
	font-size: 14px;
	line-height: 140%;
	font-family: Arial, sans-serif;
	color: #999;
	text-decoration: none;
	}
a:hover {
	text-decoration: line-through;
	}

a:link img{border:0px;}
a:visited img{border:0px;}
