/* CSS Document */

#container{
position: relative;
margin: 0 auto;
width: 740px;
height: 800px
}

#banner{
position: absolute;
left: 0px;
top: 0px;
width: 740px;
height: 105px
}

#content{
position: absolute;
left: 10px;
top: 140px;
width: 405px;
height: 270px;
background-color: #666666
}

#logo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 227px;
	height: 103px;
}

#line{
	position: absolute;
	top: 2px;
	width: 100%;
	height: 60px;
	background-color: #FF6633;
	left: 0px;
}
#passionate{
	position: absolute;
	top: 13px;
	width: 248px;
	height: 40px;
	left: 475px;
}
#stan{
position: absolute;
left: 465px;
top: 140px;
width: 54px;
height: 40px
}

#quote{
position: absolute;
left: 435px;
top: 190px;
width: 300px;
height: 232px
}
#name{
position: absolute;
left: 535px;
top: 158px;
width: 125px;
height: 10px
}
#buttons{
position: absolute;
left: 45px;
top: 465px;
width: 116px;
height: 53px
}
#footer{
position: absolute;
left: 0px;
top: 550px;
width: 740px;
height: 234px
}

#logbook{
position: absolute;
left: 0px;
top: 490px;
width: 740px;
height: 15px
}

#authenticate{
position: absolute;
left: 185px;
top: 474px;
width: 150px;
height: 53px
}

#testimonials{
position: absolute;
left: 545px;
top: 464px;
width: 145px;
height: 53px
}

#comp{
position: absolute;
left: 365px;
top: 474px;
width: 153px;
height: 53px
}
