
/*
Title:  main.css
Author:  GW Gonyaw
Date:  13 May 11
*/


* {
margin: 0;
padding: 0;
}

body {
background-image: url('../pics/jwst nebula.png');
background-repeat: no-repeat;
}

#container{
width: 100%;
margin: 0 auto 0 auto;


}

ul {
	position: absolute;
	top: 750px;
	left: 60px;
	background-color: white;
	width: 500px;
	height: 300px;
	
}



h1 {
	font-size: 100px;
	text-align: center;
	COLOR: WHITE;
	BACKGROUND-COLOR: RED;
	
}

#left {
	width: 20%;
	background-color: sky;
	height: 150px;
	margin-top: 2em;
}



#header {
	width: 100%;
margin: 0;
padding: 0;

}

#form {
	width: 100%;
	height: 100%;
}

/*#side {
	color: black;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 576px 720px;
	
	
}

#left ul{

	padding-left: 10px;
	
}
#nav ul {
		
		text-align: center;
		text-decoration: none;
		color: #004d3b;
		background-color: #bea669;
		height: 2em;
		
		
	}
	
	#nav ul li {
		display: inline;
		list-style-type: none;
		color: black;
		margin-right: 4em;
		font-style: bold;
		
	}
	
	#nav li a {
		color: #004d3b;
		font-style: bold;
	}
	
	#nav li a:hover {
		color: white;
	}
	
	#nav li a:visited {
		color: black;
		font-style: bold;
	}


#h3 {
	text-align: center;
}*/