@font-face {
    font-family: 'FranchiseRegular';
    src: url('franchise-bold-webfont.eot');
    src: url('franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('franchise-bold-webfont.woff') format('woff'),
         url('Franchise-Bold.ttf') format('truetype'),
         url('franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-shadow: #863027 -4px 4px 0;

}


html, body { margin: 0; padding: 0; }
#centeredContainer { margin-top: 100px; margin-right: auto; margin-left: auto; width: 800px; }



#header { 
	color: #4584BE;
	font-size:120px;
	text-transform: uppercase;
	font-family: 'FranchiseRegular', Arial, sans-serif; 
	text-align:center;
	width:100%;
}

.link {

	
  
    display: inline-block;  
    vertical-align: middle; 	
}

#links {

	width: 800;  
    margin-top:20px;
    text-align: center;  
    font-size: 20px;  
    letter-spacing: 35px;  
    white-space: nowrap;  
    line-height: 12px;  
     
     }

#links_footer {

    width: 800;  
    margin-top:70px;
    text-align: center;  
    font-size: 20px;  
    letter-spacing: 35px;  
    white-space: nowrap;  
    line-height: 12px;  

     
     }


.border {
	  border: solid 1px #aaa; 
}