<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>Start vandaag met Stellia CMS - Affiliate marketing</title>
	<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
	<meta name="robots" content="noindex; nofollow">
	<link rel="stylesheet" href="css/style.css" />
	<noscript><link rel="stylesheet" href="css/mobile.css" /></noscript>
	<script>
	// Edit to suit your needs.
	var ADAPT_CONFIG = {
	// Where is your CSS?
	path: 'css/',

	// false = Only run once, when page first loads. true = Change on window resize and page tilt.
	dynamic: true,

	// First range entry is the minimum. Last range entry is the maximum. Separate ranges by "to" keyword.
	range: [
		'0px    to 760px  = mobile.css',
		'760px  to 980px  = 720.css',
		'980px 			  = 960.css'
		]
	};
	</script>
	<script type="text/javascript" src="js/adapt.min.js"></script>
	<!-- <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> -->
	<script type="text/javascript" src="js/jquery.min.js"></script>
	<script type="text/javascript" src="js/jquery.tweetcycle.js"></script>
	<script type="text/javascript" src="js/jquery.tipsy.js"></script>
	<script type="text/javascript" src="js/raphael-min.js"></script>
	<script type="text/javascript" src="js/jquery.custom.js"></script>
	<script type="text/javascript">
		jQuery(window).ready(function($){
			// Tweet
			$("#twitter").tweetcycle({ screen_name: "StelliaCMS", count: 4 });
			// Tipsy
			$('a.icon').tipsy({ fade: true, gravity: 's'});
			// Percentage
			var startTime = new Date('7/1/2013 1:00');
			var endTime = new Date('7/27/2013 13:00');
			percentage('#percent', 'holder', startTime, endTime);
		});
	</script>
</head>

<body>
	<div id="wrapper" class="loading">
		<div class="container_12">
			<div class="grid_4">
				<!-- Progress -->
				<div id="progress">
				</div>
			</div>
			<div class="grid_8">

				<!-- Logo -->
				<div id="logo"><a><img src="images/logo.png" alt="logo" /></a></div>

				<!-- Message -->
				<div id="message">Verdien online geld - Met je eigen website</div>

				<!-- Subscribe Form -->
				<div id="subscribe"><br>
					<div id="message">Ga naar <a><font color="#DBDADF">www.stellia.nl</font></a> voor een proefaccount</div>
					<form id="subscribe-form" action="mail.php" method="post">
					</form>
					<div id="shadow"></div>
				</div>
				<div class="clear"></div>
				<div id="subscribe-title"><a href="https://www.youtube.com/channel/UCI1V6vVni7IIgbokA4nC59Q"><font color="#288feb">Klik hier voor uitgebreide uitleg op Youtube</font></a>
				<!-- Tweet -->
				<div id="twitter"></div>
				<div class="clear"></div>					
			</div>
			<div class="clear"></div>	
		</div>
	</div>
</body>
</html>
