

body
{	
	background-color: #40343a;
	max-width: 1024px;
	min-width: 1024px;
	background-image: url(../images/tile.jpg);
	background-repeat: repeat-y;

	}




#center
{	width: 500px;
	margin: 0px 0px 0px 400px;
	padding:200px 200px 200px 200px;
	background-color: #40343A;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
		
}

h1 
{
	text-align: center;
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", "serif";
	font-size: 30px;
	font-style: normal; 
	font-variant: normal;
	font-weight: 900;
}
h2
{
	text-align: center;
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", "serif";
	font-size: 26px;
	font-style: normal; 
	font-variant: normal;
	font-weight: 900;
}


a:link 
{
	 color: #FFFFFF;
}


a:visited 
{
    color: #FFFFFF;
}


a:hover 
{
    color: #FFFFFF;
}


a:active 
{
     color: #FFFFFF;
}