/*
AppSentials (appsentials.com)
By Tijs (versie 08-09-2009)
*/

/* HTML selectors */
body, p, ul, li, form, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0;
	padding: 0;
}
body {
	font: 16px Arial, Helvetica, sans-serif;
	color: #666;
	background: #2b2b2b url(../images/splash/back.png);
	margin-top: 200px;
}
p {
	line-height: 26px;
	padding-bottom: 10px;
	text-shadow: 1px 1px #000;
}
h1 {
	background: url(../images/splash/title.png);
	width: 267px;
	height: 46px;
	margin-bottom: 20px;
}
h1 span {
	display: none;
}

/* Positie */
.container {
	margin: 0 auto;
	width: 275px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px;
}

/* Links */
a {
	color: #666;
}
a:hover, a:active {
	color: #fff;
}

/* Content */
.author {
	font-size: 12px;
}

/* Form */
fieldset {
	border: none;
}
