
body {
	background-color: #221f16;
	background-image: url(glow.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 69%;
	color: white;
}

#container {
	margin: 0 auto;
	width: 800px;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	}
	
p	{
	text-align: center;
	letter-spacing: normal;
	font-weight: normal;
	text-transform: none;
	}
	
a	{
	text-decoration: underline;
	color: #e1001a;
	}
/*
this is so that an image that is a link will not have an underline/border on it in Firefox, not tested in IE
*/	
img {
	border: none;
	}
	
#contact p {
	line-height: 10%;
	padding: 0;
	}
	
.english {
	color: gray;
	}