/* CSS Document */

body {
	background:#06050D url('/images/night_bg_80.jpg') no-repeat center -50px;
}

#nav_logo {
	background: url("/images/projekts_logo.png") no-repeat 0 0;
}
#nav_logo:hover {
	background-position: 0 -112px;
}

#nav_n {
	background: url("/images/news.png") no-repeat 0 0;
}
#nav_n:hover {
	background-position: 0 -56px;
}

#nav_e {
	background: url("/images/events.png") no-repeat 0 0;
}
#nav_e:hover {
	background-position: 0 -54px;
}

#nav_s_l {
	background: url("/images/skateboard_lessons.png") no-repeat 0 0;
}
#nav_s_l:hover {
	background-position: 0 -62px;
}

#nav_s_g {
	background: url("/images/skate_gallery.png") no-repeat 0 0;
}
#nav_s_g:hover {
	background-position: 0 -65px;
}

#nav_p_i {
	background: url("/images/park_info.png") no-repeat 0 0;
}
#nav_p_i:hover {
	background-position: 0 -94px;
}
