* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/tall.png);
	background-repeat: repeat-x;
	background-color: #232323;
}
#idweb {
	font-family: Tahoma, Arial;
	font-size: 11px;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 10px;
}
#idweb a {
	text-decoration: none;
	color: #666666;
}
#idweb a:hover {
	text-decoration: underline;
	color: #999999;
}
