/*Style Sheet for Tutorial.html*/

/*Main Content*/

/*Overview*/
.overview
{
	width:709px;
/*	height:400px;  */
	background-image: url(/images/about_bg_middle.png);
	background-repeat: repeat-y;
	position:absolute;
	top:176px;
	left:256px;
	z-index:2;
}

.overview p
{
	letter-spacing:1px;
	width:600px;
	margin-left:35px;
}

.overview img
{
	margin-bottom:-28px;
}

a img
{
	margin-left:150px;
}


