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

body {
	background-image: url(decrepticon.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

.wrapper {
	border: 30px solid #000;
	background-color: #fff;
	margin-top: 40px;
}

.content {
	font: 32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	white-space: normal;
	text-indent: 7px;
	direction: rtl;
	text-transform: lowercase;
}

.img-mask {
	display: inline;
	position: absolute;
	clear: none;
	z-index: 1;
	bottom: 226px;
	float: none;
	left: 100px;
}


a {
	text-decoration: none;
	color: #000;
}

a:active {
	color: #000;
	background-color: black;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background-color: red;
	border: thick dotted yellow;
}


