/*
  Z-INDEX MAPPING

  1 - sketch gallery
  2 - wrapper
  3 - background image
  
  7 - sketch control
 10 - x-axis


  horizontal icons
    10 - input
    20 - a

    300 - mask
    500 - controls

*/

/*
  COLORS

*/

.edit {
  float: right;
} 

html {
  background-color: #000;
  overflow: visible;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td, img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

::-moz-selection {
  background: transparent;
  color: #FFFFFF;
}

::selection {
  background: transparent;
  color: #FFFFFF;
}

table {
  font-size: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

img {
  border: 0 none;
  vertical-align: bottom;
}

cite, code, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none outside none;
}

th {
  text-align: left;
}

h1, h2, h3, h4 {
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

select, input, textarea {
  font-size: 99%;
}

.hidden {
  visibility: hidden;
}

.nodisplay {
  visibility: visible;
}

ul {
  list-style-type: none;
}

* {
  outline: medium none;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  color: #000;  
  background-color: #000; 
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
}

p { 
  color: #FFF;
}

#background {
  opacity: .25;
}

#guide {
  display: none;
  position: absolute;
  opacity: .2;
  top: -161px;
  left: -304px;
}

#x-axis {
  
  position: absolute; 
    top: 365px;
    height: 136px;
    width: 99%;

  z-index: 10;
  color: #000;
}

#y-axis {
  position: absolute; 
  left: 709px;
  height: 99%;
  width: 136px;
  top: 0;
}

#user {

}


#x-axis #center {
  position: absolute;
  top: -19px;
  left: 691px;
  opacity: .35;
  z-index: 100;
}

#center2 {
  position: absolute;
  top: 347px;
  left: 691px;
  opacity: .01;
  z-index: 5;
}


#container {
  position: relative;
  display: inline-block;
}

#wrapper {
  width: 95%;
  height: 100%; 
  top: 0px;
  left: 0px;
  position: relative;
  z-index: 2; 
  background-size: auto 100%;
  background-repeat: no-repeat;
}

#background-image {
  z-index: 3;
}

#x-axis img {
  position: absolute;
  top: 62px;
}

#welcome {
  left: 67px;
  top: 41px;
  opacity: 0;
  position: absolute;
}


#welcome2 {
  right: 67px;
  top: 41px;
  opacity: 0;
  position: absolute;
}


#welcome3 {
  right: 67px;
  bottom: 41px;
  opacity: 0;
  position: absolute;
}


#welcome4 {
  left: 67px;
  bottom: 41px;
  opacity: 0;
  position: absolute;
}


#img1 {
  left: 67px;
  opacity: 0;
}

#img2 {
  left: 242px;
  opacity: 0;
}

#img3 {
  left: 1081px;
  opacity: 0;
}

input { 
  position: absolute;
  height: 23px;
  z-index: 100;
  background-color: #FFF;
  border: 0px;
  opacity: .2;
  top: 59px;
  width: 173px;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0;
  text-align: center;
}

input[type=text] {
  left: 520px;
  top: 424px;

}

input[type=password] {
  left: 851px;
  top: 424px;

}


