/* style by moonproductions.com Copyright 1994-2016  All Rights Reserved.  */

* {
      margin: 0;
      padding: 0;
}
   
body {
      background-color: #000;
	  background-image: url(background.jpg);
      background-repeat: no-repeat;
      margin: 0;
	  scrollbar-3dlight-color:#222;
      scrollbar-arrow-color:#FFF;
      scrollbar-base-color:#000;
      scrollbar-darkshadow-color:#222;
      scrollbar-face-color:#000;
      scrollbar-highlight-color:#000;
      scrollbar-shadow-color:#000;
}
	  
#outerShell {
      position: absolute;
      top: 50%;
      left: 0px;
      width: 100%;
      height: 1px;
}

#innerBox {
      margin-left: -250px;
      position: absolute;
      top: -175px;
      left: 50%;
      width: 700px;
      height: 300px
}

.bigText {
      font-size: 115px;
      position:absolute;
      top:30px;
      left:-10px;
      right:-80px;
      color:#222;
      font-family:Verdana, Helvetica, sans serif;
}
		 
div#textArea1, div#textArea2, div#textArea3, div#textArea4 {
      color:#222222;
      font-family:Verdana, Helvetica, sans serif;
      position:absolute;
}

div#textArea1 {
      font-size:60px;
      top:6px;
      left:-40px;
}
		
div#textArea2 {
      font-size:39px;
      top:170px;
      left:160px;
}        
        
div#textArea3 {
      font-size:45px;
      top:-5px;
      left:250px;
}
		
div#textArea4 {
      font-size:28px;
      top:275px;
      left:330px;
}
		
div#textArea1 a:hover span {
      top: -10px; 
      left: 0px; 
      width:
}

div#textArea2 a:hover span {
      top: -6px; 
	  left: 0px; 
      width:
}
						
div#textArea3 a:hover span {
      top: -4px; 
      left: 0px; 
      width:
}

div#textArea4 a:hover span {
      top: -4px; 
      left: 0px; 
      width:
}
								   
div#innerBox a:hover {
      background: none;
      cursor:crosshair;
}

div#innerBox a span, div#innerBox a:visited span {
      display: none;
}

div#innerBox a {
      text-decoration: none;
      color:white;
}

div#innerBox a:hover span {
      display: block;
      position:relative;
      background:none;
      font-size:14px
}
						
div#innerBox a:link, div#inner a:visited {
      text-decoration:none;
}

div#innerBox a:hover {
      text-decoration:none
}
		   
div#innerBox a:hover, div#innerBox a:hover span {
      color:#c06464;
}
#footer {
	padding-top: 400px;
    font-family:Verdana, Helvetica, sans serif;
	font-size: 10px;
    color: #fff;
	padding-left: 120px;
}