body {
width:100%;
font-family: georgia, times, _serif;
font-size: 11px;
margin:0px;
padding:0px;

}

#wrapper {
	display: block;
	position:absolute;
	left:50%;
	margin-left:-360px;
	width:380px;
	height:400px;
}

#logo {
	display:block;
	position: absolute;
	right: 40px;
	
}

#startButton {
	display:block;
	height:79px;
	width: 679px;
	position: relative;
	top:40px;
}

#senseInspiration {
	
	display: block;
	position: relative;
	top:90px;
	width:268px;
	height:281px;
	
}

#video {
	display: block;
	position: relative;
	left: 340px;
	top:-192px;
}

h2 {
	font-size: 11px;
	margin: 0px;
	padding-left:2px;
	line-height:11px;
	
}

p.preface {
	margin-left:5px;
	line-height:1.5em;
	width:450px;
	position:relative;
	top:13px;
}

h1 {
	font-size: 20px;
	margin:0px;
	padding-left:2px;
	line-height: 9px;
	margin-top:55px;
}
	