/*Szükséges a tutorialhoz*/
div.nomargin{
	margin-right:0px;
}

.pic{
	float:left;
	margin:0 15px 15px 0;
	border:5px solid white;
	width:200px;
	height:250px;
}

.pic a{
	width:200px;
	height:250px;
	text-indent:-99999px;
	display:block;
}

/*Nem fontosak a tutorial szempontjából*/
body, html{
	height:100%;
}
body{
	background:url(img/body-bg.png);
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#585858;
}
div.back-to-tutorial{
	height:30px;
	background:#0B3B0B;
	border-bottom:1px solid #088A08;
	text-align:center;
	margin-bottom:30px;
	padding-top:10px;
}
.back-to-tutorial a{
	color:white;
	font-size:20px;
}
.clear{
	clear:both;
}
#wrapper {
	width:890px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
