body {
	background-image: url('http://i.imgur.com/kqA75Yb.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

hr {
	border-color: black;
}

#container {
	width: 1000px;
	height: 950px;
	margin: auto;
	border-style: groove;
	border-width: 10px;
	overflow: hidden;
}

#header {
	text-align: center;
	font-size: 50pt;
	background-color: #002067;
	color: pink;
}

#content {
	background-color: #78a2c8;
	height: 100%;
	padding: 20px;
}

.soundCategory {
	background-color: #578cb6;
	text-align: center;
	width: 200px;
	border: solid;
	float: left;
	margin-left: 20px;
}

.boxTitle {
	font-size: 15pt;
	font-weight: bold;
	color: white;
}

.soundBox {
	display: block;
	border-style: groove;
	color:red;
	font-weight: bold;
	border-color: pink;
	background-color: white;
	border-radius: 5px;
	cursor: pointer;
	margin: 0px auto 10px auto;
	width: 150px;
}

#her {
	background-image: url('http://i.imgur.com/Of7Sf1O.jpg');
	background-size: contain;
	background-repeat: none;
	height: 75px;
	width: 100px;
	display: inline-block;
	float: left;
}