body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #333;
	background: #000;
	font: 13px arial, tahoma, verdana;
	text-align: center;
}
a, a:active, a:visited {
	color: #333;
	font: 13px arial, tahoma, verdana;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.link, .link a, .link a:hover, .link a:active, .link a:visited {
	color: #333;
	display: inline;
	font: bold 16px arial, tahoma, verdana;
	text-decoration: none;
}

#div {
	width: 180px;
	height: 150px;
	background: #91ad4a;
	font: 13px arial, tahoma, verdana;
}
#div:hover {
	background: #7FAEDC url(bg.gif) repeat-x top right;
}
