/**
 * CSS for KMB intro
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, code, del, dfn, em, img,
q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:				0;
	padding:			0;
	border:				0;
	font-weight:		inherit;
	font-style:			inherit;
	font-size:			100%;
	font-family:		inherit;
	vertical-align:		baseline;
}

html {
	height: 			100%;
	overflow: 			hidden;
}

body {
	line-height:		1.5;
	font-size:			75%;
	color:				#FFF;
	font-family:		Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	height: 			100%;
	background-color: 	#E51D3C;
}

#myContent {
	height: 			100%;
}

h1 {
	margin:				3em;
	font-size:			2em;
	text-transform:		none;
	line-height:		1em;
	margin-bottom:		.4em;
	font-weight:		bold;
}

p {
	margin:				0 6em;
	width:				40em;
}

a {
	color:				#FFF;
	margin-top:			3em;
	display:			block;
}
