﻿body{
	margin:auto;
	background-color: #000;
	background-image: url("images/universe.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-size: 100%;
}

div {
	width:740px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:auto;
	background-color:#000;
	padding:25px;
	text-align: center; 
	font-family: calibri, arial, verdana;

}
div a{
	color: #fff;
	text-decoration: none;
	font-size:26px;
	display:inline-block;
	outline:none;
	margin: 10px 0;
	
	
}

h1{
	color: #fff;

}

li {
	color: #fff;

}
h2{
	color: #fff;
	
}
h3{
	color: #fff;

}

h4{
	color: #fff;
	
}
nav	{
	background-color:#000;
	text-align:center;
	height:70px;
	margin-top:25px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
nav a{
	color:#fff;
	text-decoration: none;
	font-size:26px;
	padding:20px;
	display:inline-block;
	outline:none;

}
nav a:hover {
	background-image: url("images/universe.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-size: 100%;

	
}
.shadow {
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
}



#img{
	width: 560px;
	height: 180px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
	margin-right: 30px;

}

#img2{
	width: 280px;
	height: 180px;
	margin: none;
	
}

#img3{
	width: 400px;
	height: 300px;
	margin: 30px 0;

}

#symbol{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 40px;
	margin-right: auto;

}

#symbol2{
	margin-top: auto;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-right: auto;

}
#symbol3{
	font-size: 16px;
	color: #666;
	margin: auto;
	
}

#forms{
	color: #fff;
	text-align: left;
	margin-top: 85px;
	margin-bottom: 5px;
	margin-left: 100px;
	margin-right: none;
}

#input{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 34px;
	margin-right: auto;
	
}

#submit{
	margin-left: 190px;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: auto;

}



