/* Coded by Vizon Media http://gasmoney media */

/* MAIN ELEMENTS */
body {
	background: url("images/bg.gif") repeat-x;
	font: normal 14px 'trebuchet ms', arial, tahoma;
	color: #585858;
}


#container {
	width: 600px;
	height: auto;
	margin: 0 auto;	
}


* {
	margin: 0; padding: 0;
}
.clear {
	clear: both; 
}
a {
	color: #df20e6;
	text-decoration: none;
}
/* END MAIN ELEMENTS */


/* CONTENT */
	#logo {
		width: 282px;
		height: 44px;
		background: url("images/logo.gif") no-repeat;
		margin: 92px auto 0 auto;
		text-indent: -10000px;
	}


		#logo a {
			width: 282px;
			height: 44px;
			display: block;
			outline: none;
		}


	#text {
		width: 580px;
		height: auto;
		padding-left: 10px;
		margin-top: 50px;
		text-align: justify;
		font-size: 15px;
	}


/* END CONTENT */


/* FOOTER */
	#footer {
		margin-top: 30px;
		text-align: center;
	}


			.blue {
				color: #38abc5;
			}
/* END FOOTER */