﻿@charset "utf-8";

/* The only image files particular to a year (or file directory) is the scrollbar.gif.
   Reference the rest of the images from the parent, or home directory. */

/* General page settings */
@media screen, projection {

	* { 
		font-family:Arial, sans-serif;
	}
	html {
		height:100%;
		width:100%;
		background: url(bg.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale')";
	}
	body {
		height:100%;
		width:100%;
		color:#fff;
		font-size:1em;
		line-height:1.4em;
		padding:0;
		margin:0;
	}

	/* Gets rid of the outline that occurs when clicking an image map */
	*:focus
		{
		outline: none;
		outline-width: 0;
	}

	a {
		color:#fff;
	}

	.totaldiv {
		position:relative;
		margin: 0px auto;
		text-align:center;
}

	.header {
		height:164px;
		background-image:url('logobarBG.gif');
		text-align:center;
		margin: 0px auto;

	}

	.headerlogo{
		height:116px;
		width:960px;
		text-align:center;
		margin: 0px auto;

	}

	.headerbuttons{
		height:32px;
		width:960px;
		text-align:center;
		margin: 0px auto;

	}
}