html, body {
	background-color: #000066;
	font-family: Arial;
}

.img_title {
	display: block;
	margin-left: 200px;
}

.footer {
	position: fixed;
	text-align: center;
	bottom: 0;
	width: 100%;
}

.p_footer {
	color: yellow;
}

.tbl_buttons {
	background-color: #000000;
	border-width: medium;
	border-style: solid;
	margin-left: 50px;
	position: relative;
	/*float: left;*/
}

div.documentation {
	position: absolute;
	left: 400px;
	top: 300px;
	background-color: yellow;
	width: 500px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.floating-box {
    float: left;
    width: 125px;
    height: 75px;
    margin: 10px;
    border: 3px solid #73AD21; 
    background-color: #FFFFFF; 
}


