body { background-color: #000; background-image: url(../images/bg.gif); background-repeat: repeat-x; text-align: center; font-size: 1.0em; font-family: Arial, Helvetica, sans-serif; }

/* Header */
#header div.info div.address { float: left; height: 87px; padding: 27px 0 27px 50px; line-height: 20px; text-align: center; }

#facebook {
	background-image:	url(../images/fb.gif);
	background-repeat:	no-repeat;
	background-position:middle left;
	margin-left:0px;
	padding-left:15px;
}

#header div.info #facebook:hover {
	background-position: 0 -94px;
}



/* Navigation */

#navigation { height: 204px; }
#navigation a { float: left; height: 204px; text-decoration: none; }

/* End Navigation */

.buttons {margin-top:15px;}
#footer, #footer a {color:#888;text-transform:uppercase;text-align:center;}

