

body {
	background-color: white;
    }
	
#header{
	border: none;
	/*background-position: 0 0;*/
	background-color: #141414;
	background-repeat: repeat-x;
	background-image: url(/images/tail-top.gif);
	padding-top: 40px;
	z-index: 999;
	height: 97px;
	left: 0px;
	top: 0px;
	width: 100%;
	position: fixed;
}
div.center{
	position:absolute;
    left:50%;
    top:50%;
    width:700px;
    height:310px;
    margin-left:-350px; /* -1/2 width */
    margin-top:-155px; /* -1/2 height */
	/*border: solid red;*/
	}
	
#footer{
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 50px;
	width: 100%;
	background-color: #f9f9f9;
	}

p, h1, h3{
	color: black;
	font-family: calibri, arial, helvetica, sans-serif;
	text-align: center;
	margin:0px;
	}