@charset "utf-8";

#caps{
	text-transform: uppercase;
	line-height: 24px;
}

body {
    overflow-x:hidden;
}

html {
	overflow-y: scroll; 
}

.wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	height: 1386px;
	overflow: hidden;
	background-image: url(newback2-1.png);
}

.wrapper2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	height: 1200px;
	
	background-image: url(newback2-1.jpg);
}

.section1 {
	background-color: #000;
	background-image: url(newback2.png);
	background-repeat: no-repeat;
	height: 1386px;
	width: 1200px;
	background-position: center top;
	opacity: 0.0;
	margin-top: 0px;
	position: absolute;
	overflow: hidden;
}
	




body {
    overflow: hidden;
}

/* Preloader */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000; /* change if the mask should have another color then white */
	z-index: 9999999999; /* makes sure it stays on top */
}

#status {
	
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(159.GIF); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


h1 {
font-size: 22px;
margin: 12px 0px 10px 0px;
}
#navigation {
  margin: 0px;
  height: 60px;
  background-color: #333;
}
#navigation ul {
  padding: 10px 5px 5px 5px;
  margin: 0px;
  list-style: none;
}
#navigation ul li {
  padding: 0px;
  margin: 0px;
  float: left;
  border-right: 1px solid #aaa;
  padding-right: 10px;
  margin-right: 10px;
}
#navigation ul li a{
  color: white;
}
#navigation p {
  padding: 5px;
  color: white;
  font-size: 11px;
}
#particleSizeMinMax, #particleAnimationDuration, #particleScatteringX, #particleScatteringY {
  margin: 10px 0px 3px 0px;
}#Box1 {
	background-color: #CCC;
	height: 50px;
	width: 50px;
}



  


.header {
	margin: 0px;
	height: 139px;
	width: 1186px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
