/* style.css */

html, body, ul, li, p, a, img {
	border:0;
	margin:0;
	padding:0;
}

body {
	background:#01331f url(images/background.gif) repeat-x top left;
}

div#wrapper {
	background:url(images/kindersplashpage_bkgrd.jpg) no-repeat top left;
	/* background:url(images/splash-big-box.jpg) no-repeat top left; */
	margin:0 auto;
	margin-top:50px;
	width:689px;
	height:433px;
}

div#logo {
	background:url(images/logo.gif) no-repeat top left;
	float:left;
	height:85px;
	width:210px;
	margin:25px 0 0 60px;
}

div#video {
	float:right;
	height:240px;
	margin:30px 25px 0 0;
	width:320px;
}

form#datacollect {
	background:url(images/steelbox_03.gif) no-repeat top left;
	float:left;
	height:180px;
	margin:40px 0 0 80px;
	padding:40px 0 0 25px;
	width:271px;
}

form#datacollect input {}


div#socnets {
	float:right;
	margin:20px 22px 0 0;
	width:330px;
	text-align:center;
	font-size:10px;
}

div#socnets ul {
	list-style-type:none;
	display:block;
}

div#socnets p {
	display:block;
}

div#socnets li {
	float:left;
	margin:0;
	padding:0;
}

a.donate {
	background:url(images/donate.gif) no-repeat top left;
	display:block;
	float:right;
	height:44px;
	margin:14px 70px 0 0;
	width:227px;
}

.hidden {
	display:none;
}

#skipit {
	margin-right:140px;
	text-align:center;
	float:right;
	clear:left;
}

#skipit a {

	color:#0f0f0f;
	font-size:10px;
}