/* 

    Document   : custom_ftr

    Created on : Feb 20, 2009, 8:56:46 PM

    Author     : Jonathan Loescher

    Description:

        The purpose of this file is for custom styles with in the header of the

        Olympus Limousine web site and landing pages.

*/



/* 

   TODO -



   Syntax recommendation http://www.w3.org/TR/REC-CSS2/

*/



root {

	display: block;

}

.ftr {  /* this is to align footer to the above content */

    margin: 0 auto;

    width: 950px;
	height: 75px;

        /* this is to align the text in the footer. */

	text-align: center;

		/* this is to add a bg to the footer */

	background-image: url('../gfx/ftr_bg.jpg');

	background-repeat: no-repeat;

}
.ftr .keywords {
	
	display: block;
	font-weight: 800;
	width: 950px;
	padding-top: 10px;
	position: relative;
	bottom: 5px;
	
}