@charset "UTF-8";
body {
	background-image: url(../images/bg.jpg);
}
.text_area {
	width: 700px;
	float: none;
	padding-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 30px;
	height: 1100px;
}

.container {
	background-color: #FFF;
	width: 85%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 1px;
}
.navigation {
	background-color: #FFF;
	height: 42px;
}
.navigation ul {
	height: 42px;
	background-color: #FFF;
	display: block;
	clip: rect(auto,auto,auto,auto);
	list-style-image: none;
	list-style-type: none;
}
.navigation ul li {
	height: 42px;
	width: 120px;
	background-color: #FFF;
	display: block;
	float: left;
}
.navigation ul li .home {
	background-image: url(../images/buttons/home_up.jpg);
	background-repeat: no-repeat;
}
.navigation    ul    li    .home:hover   {
	background-image: url(../images/buttons/home_over.jpg);
	background-repeat: no-repeat;
}

.navigation ul li a {
	display: block;
	height: 42px;
	text-indent: -10000px;
	background-color: #009933;
}
.navigation ul li .about {
	background-image: url(../images/buttons/about_up.jpg);
	background-repeat: no-repeat;
}
.navigation ul li .about:hover {
	background-image: url(../images/buttons/about_over.jpg);
}
.navigation ul li .gallery {
	background-image: url(../images/buttons/gallery_up.jpg);
	background-repeat: no-repeat;
}
.navigation ul li .gallery:hover {
	background-image: url(../images/buttons/gallery_over.jpg);
	background-repeat: no-repeat;
}
.navigation ul li .contact {
	background-image: url(../images/buttons/contact_up.jpg);
	background-repeat: no-repeat;
}
.navigation ul li .contact:hover {
	background-image: url(../images/buttons/contact_over.jpg);
	background-repeat: no-repeat;
}


.top_banner {
	background-image: none;
	background-repeat: no-repeat;
	width: 480px;
	height: 124px;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
.saturn_pic {
	width: 30%;
	position: fixed;
	bottom: 0%;
	z-index: 10;
	left: 0px;
	
}
.kidsnsaturn {
	left: 0px;
	bottom: 0px;
	position: fixed;
	width: 100%;
	z-index: 10;
}
@media screen and (max-width: 1024px) {
	
	.text_area {
	width: 500px;
	float: none;
	padding-left: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 30px;
	height: 1100px;
}
	.container {
	background-color: #FFF;
	width: 75%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 1px;
}
	.top_banner {
	background-image: none;
	background-repeat: no-repeat;
	width: 360px;
	height: 93px;
}


}

@media screen and (max-width: 480px) {
	
	.text_area {
	width: 250px;
	float: none;
	padding-left: none;
	padding-up: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 30px;
	height: 1100px;
}
	.container {
	background-color: #FFF;
	width: 45%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10;
	text-align: left;
	padding: none;
}
	.top_banner {
	background-image: none;
	background-repeat: no-repeat;
	width: 240px;
	height: 62px;
}
