body {
	background: #e7e7e7 url("images/wrapperbg.png") repeat;
	cursor: url("images/CursorKey.png"), auto;
	font-family: Crusoe, Arial, Helvetica, Sans-Serif;
	font-size: 100%;
}

.wrapper{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	max-width: 772px;
	min-width: 480px;
	padding: 0px;
	border: 0px;
}

/*--------------------------------
           HEADER
--------------------------------*/
.header-container {
	background: #e7e7e7 url("images/wrapperbg.png") repeat;
	min-width: 500px;
}

.header-title {
	height: 250px;
	background: #e7e7e7 url("images/rss_big.jpg") no-repeat center top;
	padding: 5px 5px 5px 50px;
	color: yellow;
}

.header-title img {
	height: 100px;
	margin-top: 100px;
}

.header-title {
	display: block;
	min-width: 480px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.information {
	display: block;
	min-width: 480px;
	margin-right: auto;
	margin-left: auto;
}

.paypal {
	display: block;
	min-width: 480px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------
           BODY
--------------------------------*/
a {
	color: #666666;
}

a:hover, .translate:hover {
	cursor: url("images/CursorKeyOn.png"), auto;
}
