/* Design & Code (c) Diffuse Interactive */
html, body {
	padding			: 0;
	margin			: 0;
	height			: 100%;
}

body {
	font			: normal 13px "Arial", sans-serif;
	background		: #fafafa;
	color			: #888;
}

	#freety {
		position		: absolute;
		top				: 50%;
		margin-top		: -263px;
		left			: 50%;
		margin-left		: -414px;
		width			: 826px;
		height			: 525px;
		background		: transparent url('../images/freety.jpg') no-repeat top left;
		border			: 1px solid #e6e6e6;
		padding			: 0;
	}

		a#emailfreety {
			position	: absolute;
			width		: 67px;
			height		: 44px;
			margin		: 356px 0 0 20px;
			padding		: 0;
			background	: transparent url('../images/email-freety.jpg') no-repeat top left;
		}

		a#emailfreety:hover {
			background	: transparent url('../images/email-freety.jpg') no-repeat bottom left;
		}

			a#emailfreety span {
				display	: none;
			}

	#freety #text {
		display : none;
	}
