body {
	background-color: #96e1f0;
	background-image: url("http://img4.wikia.nocookie.net/__cb20120730200249/ipod/images/6/65/Earth_and_Moon.jpg");
}

#container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	/*background-color: white;
	outline-style: solid;
	outline-color: #0061ff;*/
}

#top-bar {
	outline-style: solid;
	outline-color: black;
	font-family: "Comic Sans MS", Verdana;
}

#top-bar img{
	float: left;
	width: 60px;
}

#title-buttons nav {
	float: right;
	width: calc(100% - 60px);  /* FUCK YEAH */
}

#title-buttons nav ul {
	list-style: none;
  background-color: #333;
	width: 100%;
	display: table;
	text-align: center;
	margin: 0;
	padding: 0;
}

#title-buttons nav ul li {
	outline-style: solid;
	outline-color: black;
	display: table-cell;
}

#title-buttons nav ul li a {
	display: block;
	color: black;
	text-decoration: none;
	text-align: center;
	line-height: 35px; 
	transition: transform .2s; /* transition solely for transforms. */
}

#title-buttons nav ul li a:hover {
	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.5);
	transform: scale(1.1);
}

#title-buttons nav ul li a:active {
	box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.25);
	transform: scale(0.9);
}

#announcements {
	background-color: grey;
	text-align: center;
	color: white;
	clear: right;
	line-height: 25px; 
}

#content {
	display: inline-block;
	width: 100%;
	outline-style: solid;
	outline-color: #0061ff;
	border-top: none;
	background-color: white;
	position: relative;
	top: -10px;
}

#content object {
	width: 100%;
	height: 350px;
}


#footer {
	color: #0099ff;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	position: relative;
	top: -20px;
}

.yt_button {
  background-image: url("http://icons.iconarchive.com/icons/emey87/free-social/64/YouTube-icon.png");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 10px;
}

.tw_button {
  background-image: url("http://icons.iconarchive.com/icons/chrisbanks2/cold-fusion-hd/128/twitter-4-icon.png");
  width: 10px;
}

