body{background-color: DarkSlateBlue}
#wrapper {background-color: Beige;
width: 1040px;
padding: 30px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
margin-top: 200px;
text-align: center;
}

#floating-box1 {
	background-color:BurlyWood;
	display: inline-block;
	height:50px;
	line-height: 50px;
	width: 340px;
	margin-bottom: 5px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;}
#floating-box2 {
	background-color:Coral;
	display: inline-block;
	height:50px;
	line-height: 50px;
	width: 340px;
	margin-bottom: 5px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;}
#floating-box3 {
	background-color:DarkSeaGreen;
	display: inline-block;
	height:50px;
	line-height: 50px;
	width: 340px;
	margin-bottom: 5px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;}
#floating-box4 {
	background-color:DarkSeaGreen;
	display: inline-block;
	height:50px;
	line-height: 25px;
	width: 340px;
	margin-bottom: 5px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;}
#floating-box5 {
	background-color:Coral;
	display: inline-block;
	height:50px;
	line-height: 25px;
	width: 340px;
	margin-bottom: 5px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;}

#floating-box1 a{text-decoration: none;}
#floating-box2 a{text-decoration: none;}
#floating-box3 a{text-decoration: none;}
#floating-box4 a{text-decoration: none;}
#floating-box5 a{text-decoration: none;}

a:hover{color: white;}
a{color: DarkSlateBlue;}
