/*--------------------------------------------------*/
/* How it works                                     */

	#intro p a {
		color: #ec008c;
		text-decoration: none;
		font-weight: bold;
		text-align: right;
		display: block;
	}

		#intro p a:hover {
			color: #5d0061;
		}


	/*--------------------------------------------------*/
	/* Flash                                            */

		#howItWorks {
			margin: 10px 0 0;
			width: 616px;
			float: left;
			display: inline;
		}

	/*--------------------------------------------------*/
	/* Features						                    */

		#features {
			background: #243690;
			float: right;
			width: 615px;
			color: #fff;
			margin: 12px 1px 12px 0;
			display: inline;
		}

			#features h2 {
				color: #fff;
				border: 0;
				margin: 0;
			}

			#features ul {
				margin: 0 0 0 8px;
			}