body {
	background: black;
	color: white;
	
}
a{
	text-decoration: none;
	color: white;
}
#header{
	margin: 30px 30px 0px 30px;
}

#menu{
	font: 1.3em Arial;
	margin-bottom: 30px;
}
#menu a{
	padding-right: 35px;	
}

#title{
	font: 2.5em Arial;
}

#lang{
	position: relative;
	top: -40px;
	left: 600px;
	font-size: 0.3em;
	width: 100px;
}

#main{
	margin: 30px 30px 0px 30px;
	background: transparent url('../images/start/bg-circles.jpg') no-repeat -30px 0px;
	height: 400px;		
}

#text-content{
	position: relative;
	left: 380px;
	top: 0px;
	width: 300px;
}

#season-selector{
	position: absolute;
	top: 180px;
	left: 30px;
	width: 350px;
	height: 350px;
	
}
#season-selector a{
	position: absolute;
	display: block;
	z-index: 3;
}

#pp1 {
	top: 20px;
	left: 70px;
	width: 115px;
	height: 115px;
}

#pp2 {
	top: 95px;
	left: 190px;
	width: 145px;
	height: 145px;	
}

#pp3 {
	top: 185px;
	left: 20px;
	width: 140px;
	height: 140px;	
}
