*,html,body,h1,h2,h3,h4,h5,h6,ul,li,p {margin:0;padding:0;}
a,input,select,button {outline:0;}
html,body {
	overflow-x:hidden;
	background-color:#050503;
	background-image: url("/images/nuke_header3.jpg");
	color:#576770;
    font-family: 'Trebuchet MS', 'Tahoma', sans-serif;
	background-repeat: no-repeat;
    background-position: center top;
}

#wrapper{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:0px solid white;
	min-height:800px;
	overflow-x:hidden;
	text-align:center;
}

.mainLogo{
	width:30%;
}
.grad1 {
	  background-image: url("/images/layerMain.png");
	}
/*--------mobile*/
@media screen and (max-width: 800px) {
  .mainLogo{
	width:80%;
  }
}