body
{
	margin: 0;
	padding: 0;
	background: url(../pictures/home.jpg) fixed top left no-repeat;
	background-color: #666633;
}

a, a:link, a:visited, a:hover
{
	text-decoration: none;
}

#enter
{
	position: fixed;
	top: 0;
	left: 0;
	margin: 0; padding: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#slideshow
{
	position: fixed;
	top: 332px;
	left: 452px;
	z-index: 1;
}

#online_lessons
{
	z-index: 3;
	width: 344px;
	height: 152px;
	position: fixed;
	left: 450px;
	top: 20px;
}

#hidden
{
	display: none;
	visibility: hidden;
}