@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #1a1202;
	background-image:url(img/background2.jpg)
	}
p {
	font-family:Arial, sans-serif;
	font-size:9px;
	font-weight:normal;
	color: #CCC;
	}
h1 {
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #CCC;
	}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #f4febf;
	text-decoration: none;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
.space1 {
	margin:auto;
	width:800px;
	height:302px;
}
.space2 {
	margin:auto;
	width:800px;
	height:335px;
}
