body {
	background: #000000;
	color: #ff8844;

	font-size: x-large;
}

a:link {
	color: #eeee00;
}
a:visited {
	color: #eeee00;
}
a:hover {
	color: #ffffff;
}

.img-horiz {
	width: 100%;
}


.floatleft {
	width: 20%;
	float: left;
	padding: 10px;
}

.floatright {
	width: 33%;
	float: right;
	padding: 10px;
}

#bg-image {
	color: #000000;

	width: 100%;
	min-height: 40em;
	margin: auto;
	border: solid 2px #000;

	background-image: url('img/sunset.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
