body{
	background: url('visual-data-ribbon.jpg') no-repeat center 100px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    margin: 0px;
	font-family: arial;

}
.navbar{
	height: 75px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);

}
.navbar h3{
	/*display: -webkit-box;*/
	float: left;
    position: relative;
    left: 28%;

	color: #000000;
    text-shadow: none !important;
    font-family: arial;
    font-size: 28px;
    margin-top: 18px;
    margin-left: 20px;
}
.navbar a{
	padding: 0;
    margin-top: 5px;
    margin-right: 0;
    margin-left: 10px;
    background: url(aon_red.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 105px;
    height: 57px;
    display: block;
    text-indent: -9999px;
    float: left;
}

.footer{
	position: fixed;
	bottom: 0px;
	height: 30px;
	width: 100%;
	margin-top: 30px;

	background: #4d4f53;
    padding-bottom: 15px;
    padding-top: 0;
    color: white;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 5px;
    font-family: arial;
}
.footer a{	
	color: white;
	/*text-decoration: none;*/
	text-decoration: underline;
}

.footer a:hover{	
	text-decoration: underline;
	color:red;
}
body{
	display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.content{
 	height: 100%; 	
 	width: 150px;

 	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
}
.content ul{
    list-style: none;
    padding-left: 10px;

    position: absolute;
 	left: 0px;
 	top: 250px;
}

.content ul li{
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;

}

.content ul li a{
	/*text-decoration: none;*/
	text-decoration: underline;
	color:black;
	font-size: 16px;	
}

.content ul li a:hover{
	text-decoration: underline;
	color:red;
	
}