@charset "UTF-8";

/* Created with references from "Head First HTML" book, in class examples and personal notes from class
Summer 2012 AiCaLA HTML & CSS - Instructor: Pete Markiewic */

/* CSS langing page logo */

#logo {
		padding-right: 30px;
		padding-left: 30px;
		padding-top: 120px;
		padding-bottom: 30px;
		text-align: center;	
		
}