/* CSS Document */
body{
	background-color: black;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"
}

a{
	text-decoration: none;
	
}

a:link{
	
}

a:visited{
	
}

a:hover{
	
}

a:active{
	
}


h1{
	color: white;
	font-size: 80px;
	z-index: 1;
}

h2{
	color: rgb(80,190,153);
	
}

.main{
	position: absolute;
	width: 1400px;
	height: 400px;
	padding: 10px;
	margin: 25px;
}

.blueeye{
	position: absolute;
	left: 0px;
	top: 100px;
}

.greeneye{
	position: absolute;
	top: 400px;
	left: 20pc;
	z-index: 2;
}

.blueeye2{
	position: fixed;
	top: 100px;
	left: auto;
	right: auto;
	z-index: 1;
}

.eyes{
	position: absolute;
	top: 450px;
	left: -25px;
	z-index: 1;
}

.eyes2{
	position: absolute;
	top: 135px;
	left: 600px;
	z-index: 1;
	
}

.center{
	position: fixed;
	right: 10px;
	top: -250px;
	
}

.right{
	position: fixed;
	top: 30px;
	right: 120px;
	z-index: 1;
	
}

.left{
	position: fixed;
	top: 30px;
	z-index: 1;
	left: 100;
}

.botleft{
    position: relative;
    margin: 5px;
    top: 200px;
    left: 74px;
	z-index: 2;
}

.mid{
	position: relative;
	magin: auto;
	top: -350px;
	left: 90px;
	z-index: 0;
}

.space{
    position: absolute;
    top: 0;
    left: 0px;	
	z-index: -1;
	background-image: image(media/"space.png");
	background-repeat: repeat-y;
	background-repeat: repeat-x;
}

.background{
	left: -500;
	top: -500;
	width: 1400;
	height: 400;
}

.bottom{
	bottom: 0;
	left: 0;
	position:fixed;
	z-index: 5;
}

.fish{
	position: absolute;
	right: 100px;
	top: 620px;

}

.lan{
	position: fixed;
	left: 500px;
	top: 100px;
	z-index: 0;
}

.ten{
	position: absolute;
	top: 0px;
	left: -100px;
}

.light{
	position: absolute;
	left: 450px;
	top: -200px;
}

.origin{
	position: fixed;
	left: auto;
	top: auto;
	z-index: -1;
}

.botright{
	position: fixed;
	right: 100px;
	top: 500px;
	
}

.righttop{
	position: fixed;
	top: -50px;
	right: -50px;
	z-index: -1;
}

.fixed{
	position: fixed;
	left: auto;
	right: auto;
	top: 0px;
}