@charset "UTF-8";

body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	background-repeat:no-repeat;
}

#container {
	cursor: pointer;
	/*display:none;*/
	display:block;
	position: absolute;
	width:970px;
	height:250px;
	background-color: #fff;
	margin: auto;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #000;
}
/* flat image reference 
#test {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 250px;
	left: 0px;
	background-color: #fff;
}  */

#content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fff;
}

#logo, #anim, #nt, #goal, #step, #approach, #achieve, #rectangle {
	left: 0;
	right: 0;
	position:absolute;
	margin: 0 auto;
}

/*#white
{
	position: absolute;
	left:0;
	top:0;
	width:300px;
	height:600px;
	background: #fff;
}
*/

#logo
{
	top:70px;
	left: 755px;
}


#nt
{
	top:137px;
	left: 755px;
}

#goal
{
	top:115px;
	left: 75px;
}

#step
{
	top:95px;
	left: 75px;
}

#achieve
{
	top:75px;
	left: 75px;
}

#approach
{
	top:110px;
	left: 75px;
}

#rectangle
{
	top:155px;
	left: 75px;

}


#white_blocker {
	position:absolute;
	left:0;
	top:0;
	width:970px;
	height:250px;
	background:#fff;
}

/*
#rectangle:hover {
	left:34px;
	top:469px;
}
*/
