#container {
	height: auto;
	width: 90%;
	margin: 50px 50px;
	border: outset 5px;
	border-color: #ff0000;
	background-color: #00ff00;
	color: #ff00ff;
	text-align: center;
	font-weight: bold;
	font-family: courier;
	clear: right;
	display: inline-block;
	border-radius: 5px;
}

.button {
	height: 40px;
	width: 125px;
	border: outset 5px;
	border-color: #ff0000;
	background-color: ;
	display: inline-block;
	text-align: center;
	margin-right: 40px;
	margin-left: 40px;
	font-size: 30px;
	border-radius: 5px;
	background-color: ;
}

#scroll {
	width: 70%;
	height: 500px;
	overflow: scroll;
	margin: 40px;
	border: outset 5px;
	border-color: #ff0000;
	font-size: 20px;
	background-color: ;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
}

body {
	background-image: url(https://s1.postimg.org/1ux5zi8m1r/Kijg6_Aqe_T.gif);
	background-color: #000000;
}

a {
	color: #ff00ff;
}

a:hover {
	background-image: url(http://static.glitx.com/glg/glitter/hearts.gif);
	color: #ffffff;
}
