@charset "UTF-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;

}
.home #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(img/galaxybackground.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000000;
	border-right-color: #000000;
}
.home #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 1000px;
	
	margin: 0;
	border: 0;
}
.home #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.home #mainContent {
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#9b5d13;
	margin-right: 0px;
	height: 841px;
	padding-left: 312px;
	padding-right: 200px;
	border-color: #000000;
	outline-color: #000000;
	line-height: 150%;
}
.home #footer {
	padding: 0;
	width: 1000px;
}
.home #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.home #isimbox {
	margin: 0;
	position:absolute;
	top: 37px;
	left: 73px;
	width: 60px;

}

.home #ucscbox {
	margin: 0;
	position:absolute;
	top: 36px;
	left: 4px;
	width: 70px;

}
	
.home #music1 {
	margin: 10;
	position:absolute;
	top: 172px;
	left: 199px;
}
.home #music2 {
	margin: 10;
	position:absolute;
	top: 348px;
	left: 793px;
}
.home #music3 {
	margin: 10;
	position:absolute;
	top: 370px;
	left: 900px;
}
.home #music4 {
	margin: 10;
	position:absolute;
	top: 450px;
	left: 680px;
}
.home #music5 {
	margin: 10;
	position:absolute;
	top: 580px;
	left: 576px;
}
.home #music6 {
	margin: 10;
	position:absolute;
	top: 580px;
	left: 780px;
}
.home #music7 {
	margin: 10;
	position:absolute;
	top: 761px;
	left: 545px;
}
.home #music7 {
	margin: 10;
	position:absolute;
	top: 763px;
	left: 543px;
}
.home #music8 {
	margin: 10;
	position:absolute;
	top: 701px;
	left: 198px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#c2def6;
	margin: 0;
	letter-spacing: 1pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#faeada;
}
a {
	text-decoration: none;
	color:#cb7a1a;
}

a:visited {
	color: #9933CC;
	text-decoration: underline;
}
a:hover {
	color: #999999;
}
