@charset "utf-8";
/* CSS Document */



body {
	padding: 0;
	margin: 0;
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center -300px;
}
#container {
	position: relative;
	margin: 10px auto;
	width: 1020px;
	height: 550px
}
#logo-crazy {
	position: absolute;
	height: 108px;
	width: 362px;
	left: 0;
	top: 0;
}
#navigation {
	position: absolute;
	width: 309px;
	top: 160px;
	left: -80px;
	text-align: right;
}
#navigation a {
	display: block;
	background-image: url(../images/navigation_sprite.png);
	height: 35px;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -999em;
	margin-bottom: 30px;
	float:right;
}
#navigation a.school {
	background-position: 0 0;
	width: 309px;
}
#navigation a.club {
	background-position: 0 -70px;
	width: 223px;
}
#navigation a.shop {
	background-position: 0 -140px;
	width: 179px;
}
#navigation a.nkites {
	background-position: 0 -210px;
	width: 154px;
}
#navigation a.nsails {
	background-position: 0 -280px;
	width: 208px;
}
#navigation a.school:hover { background-position: 0 -35px; }
#navigation a.club:hover { background-position: 0 -105px; }
#navigation a.shop:hover { background-position: 0 -175px; }
#navigation a.nkites:hover { background-position: 0 -245px; }
#navigation a.nsails:hover { background-position: 0 -315px; }
#video {
	width: 550px;
	height: 375px;
	left: 240px;
	top: 140px;
	position: absolute;
}
#logo-naish {
	position: absolute;
	height: 109px;
	width: 212px;
	left: 800px;
	top: 370px;
}
#fbbox {
	height: 44px;
	width: 44px;
	left: 850px;
	top: 300px;
	position: absolute;
}
#fbbox img {
	border: none;
}

