html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:middle;background:transparent}
body{line-height:1;}
h1 {font-size: 1.5em;margin-bottom: 10px;}
p{font-size: 1em;line-height: 1.3em;margin-bottom: 10px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}



#desktop {
	font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #CCC;
	overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('VvNhMb0.jpg');
    background-size: 100% 100%;
}
.window {
    position: absolute;
    border: 3px solid #000;
    border-color: blue;
    border-top-left-radius: 5px;;
    background: #EEE;
	border-radius: 5px;
	z-index: 1000;
}
.window.closed {
	display: none;
}
.window.minimizedWindow {
	display: none;
}
.window.fullSizeWindow {
    top: 0 !important; 
    right: 0 !important; 
    left: 0 !important; 
    border-radius: 0;
    bottom: 32px;
}

.fullSizeWindow .ui-resizable-handle {
	display: none;
}
.windowHeader {
    background-color: #b7b7e0;
    text-align: right;
    border-bottom: 2px solid #000;
    padding: 2px;
    cursor: move;
    height: 28px;
}
.activeWindow .windowHeader {
    background-color: #8888d6;
}
.windowHeader > span {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #000;
    margin-left: 4px;
    font-size: 19px;
    padding: 2px 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    border-radius: 5px;
    line-height: 20px;
    width: 12px;
    height: 20px;
    position: relative;
    overflow: hidden;
}
.windowHeader > span:hover {
	background: rgba(255,255,255,0.3);
}
.windowHeader > .winclose:hover {
	background: #f15454;
}
.windowHeader > span > span {
    display: inline-block;
    height: 8px;
    width: 10px;
    position: absolute;
    top: 6px;
    left: 10px;
}
.winminimize > span {
	border-bottom: 3px solid #000;
}
.winmaximize > span {
	border: 2px solid #000;
	border-top: 3px solid #000;
}
.winmaximize > span:nth-child(2) {
	display: none;
}
.fullSizeWindow .winmaximize > span:nth-child(1) {
	margin: 2px 0 0 -4px;
}
.fullSizeWindow .winmaximize > span:nth-child(2) {
    display: inline-block;
    top: 3px;
    left: 12px;
}
.wincontent {
    padding: 10px;
    min-width: 200px;
    min-height: 140px;
    border: 2px solid #000;
    margin: 2px;
	border-radius: 0 0 5px 5px;
	display:inline-block;
background:#D8D0BF; 
font:normal 9px 'silkscreen',monospace,georgia;
text-transform:uppercase;
padding-left:5px;
padding-right:5px;
letter-spacing:1px;
color:#000;
line-height:9px;
font-size: 20px;
}
.windowHeader > strong {
    float: left;
    margin: 0px 3px 0 10px;
    line-height: 29px;
    font-size: 17px;
}


.taskbarPanel {
    display: inline-block;
    border: 2px solid #000;
    border-radius: 5px;
    line-height: 24px;
    margin: 2px 0 0 10px;
    font-size: 17px;
    padding: 0 10px;
    background: #CCC;
    font-weight: bold;
	cursor: pointer;
}
.taskbarPanel.activeTab {
	background: #FFF;
}
.taskbarPanel.minimizedTab {
	background: #AAA;	
}
.taskbarPanel.minimizedTab:hover {
	background: #DDD;
}
.taskbarPanel.closed {
	display: none;
}
#taskbar {
	position: absolute;
	height: 40px;
	border-top: 2px solid #000;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: blue;
}
#icons {
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 20px;
}
#icons a {
    display: block;
    cursor: pointer;
    padding: 2px 10px;
}
#icons a:hover {
	background-color: lightblue;
}



#window0 {	top: 16px; left: 440px;}
#window1 {	top: 16px; left: 430px;}
#window2 {	top: 16px; left: 400px;}
#window3 {	top: 16px; left: 410px;}
#window4 {	top: 16px; left: 420px;}
#window5 {	top: 16px; left: 420px;}
#window6 {	top: 16px; left: 420px;}
#window7 {	top: 16px; left: 420px;}
#window8 {	top: 16px; left: 420px;}
#window9 {	top: 16px; left: 420px;}
#window10 {	top: 16px; left: 420px;}
#window11 {	top: 16px; left: 420px;}
#window12 {	top: 16px; left: 420px;}
#window13 {	top: 16px; left: 420px;}
#window14 {	top: 16px; left: 420px;}
#window15 {	top: 16px; left: 420px;}
#window0 .wincontent { width: 1440px; height: 960px; }
#window1 .wincontent { width: 1440px; height: 960px; }
#window2 .wincontent { width: 1440px; height: 960px; }
#window3 .wincontent { width: 1440px; height: 960px; }
#window4 .wincontent { width: 1440px; height: 960px; }
#window5 .wincontent { width: 1440px; height: 960px; }
#window6 .wincontent { width: 1440px; height: 960px; }
#window7 .wincontent { width: 1440px; height: 960px; }
#window8 .wincontent { width: 1440px; height: 960px; }
#window9 .wincontent { width: 1440px; height: 960px; }
#window10 .wincontent { width: 1440px; height: 960px; }
#window11 .wincontent { width: 1440px; height: 960px; }
#window12 .wincontent { width: 1440px; height: 960px; }
#window13 .wincontent { width: 1440px; height: 960px; }
#window14 .wincontent { width: 1440px; height: 960px; }
#window15 .wincontent { width: 1440px; height: 960px; }
#window0 .windowHeader {background-color: green;}
#window1 .windowHeader {background-color: brown;}
#window2 .windowHeader {background-color: lightblue;}
#window3 .windowHeader {background-color: darkblue;}
#window5 .windowHeader {background-color: green;}
#window6 .windowHeader {background-color: green;}
#window7 .windowHeader {background-color: brown;}
#window8 .windowHeader {background-color: brown;}
#window9 .windowHeader {background-color: brown;}
#window10 .windowHeader {background-color: brown;}
#window11 .windowHeader {background-color: darkblue;}
#window12 .windowHeader {background-color: darkblue;}
#window13 .windowHeader {background-color: darkblue;}
#window14 .windowHeader {background-color: darkblue;}
#window15 .windowHeader {background-color: darkblue;}
@media screen and (max-width:960px){
	#window0 {	left: 10px;	}
	#window3 {	left: 50px;	}	
}
@media screen and (max-width:770px){
	#window0 .wincontent {	width: 460px;	}
	#window2 {	left: 100px;	}
	#window1 {	top: 190px;	left: -5px;	}
}
@media screen and (max-width:540px){
#window0 .wincontent {	width: 230px; height: 200px;	}
#window3 .wincontent {
    width: 275px;
    height: auto;
}
#window3 {    top: 9px;    left: 10px;	}
#window2 {    left: -118px;	}
#window1 .wincontent {    width: auto;    height: 300px;	}
}

button {
    display: inline-block;
    height: 50px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    width: 50px;
}

button_size {
    display: inline-block;
    height: 50px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    width: 50px;
}

h2 {
  font-size: 40px;
}
  
figure figcaption{
    margin: 5px;
        }

#biosphere {
    background-image: url('treebut.gif');
    background-size: 48px 48px;
    height: 50px;  
    width: 50px;
}

#geosphere {
    background-image: url('3310412vxgmwmr9t8.gif');
    background-size: 48px 48px;
    height: 50px;  
    width: 50px;
}

#hydrosphere {
    background-image: url('1354347v81efwizr2.gif');
    background-size: 48px 48px;
    height: 50px;  
    width: 50px;
}

#atmosphere {
    background-image: url('916619il23f2u9ss.gif');
    background-size: 48px 48px;
    height: 50px;  
    width: 50px;
}

#intro {
    background-image: url('785875.gif');
    background-size: 48px 48px;
    height: 50px;  
    width: 50px;
}

#credit {
    background-image: url("664789c6oez1lkq4.gif");
    background-size: 48px 48px;
    height: 50px;  
    width: 50px;
}

#exo {
  width:96px; height:96px;
  background-image: url("exo.png");
}

.container {
  overflow: hidden;
  white-space: nowrap;
}

.scrolling {
  animation: marquee 2s linear infinite;
  display: inline-block;
  padding-right: 10px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to { 
    transform: translateX(-100%);
  }
}

h1 {
  font: italic bold 160px/1.5 Times, serif;
  text-align: center;
}

.rotate {
  -webkit-mstransform: rotate(20deg);
  transform: rotate(120deg);
}

.short {
  height: 40%;
  width: 40%;
}

.shortt {
  height: 80%;
  width: 50%;
}

.small
{width: 96px;
height: 96px;}

 .snowflake {
    color: #fff;
    font-size: .5em;
  }

  @-webkit-keyframes snowflakes-fall {
    0% {
      top: -10%
    }

    100% {
      top: 100%
    }
  }

  @-webkit-keyframes snowflakes-shake {

    0%,
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }

    50% {
      -webkit-transform: translateX(80px);
      transform: translateX(80px)
    }
  }

  @keyframes snowflakes-fall {
    0% {
      top: -10%
    }

    100% {
      top: 100%
    }
  }

  @keyframes snowflakes-shake {

    0%,
    100% {
      transform: translateX(0)
    }

    50% {
      transform: translateX(80px)
    }
  }

  .snowflake {
    position: fixed;
    top: -10%;
    z-index: -1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
  }

  .snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
  }

  .snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
  }

  .snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
  }

  .snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
  }

  .snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
  }

  .snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
  }

  .snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
  }

  .snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
  }

  .snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
  }

  .snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
  }

  .snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s
  }

  .snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s
  }