#content {
	width: 800px;
	text-align: center;
	margin: auto;
	margin-top: 13px;
	background-image: url(../img/ornament.jpg);
	background-repeat: no-repeat;
}
body {
	background-repeat: repeat-x;
	background-image: url(../img/bg.png);
	background-color: #000000;
	font-size: 14px;
	margin: 6px;
	color: #333333;
	text-align: center;
}
.games {
	background-image: url(../img/games.jpg);
	background-repeat: no-repeat;
	outline-style: none;
	width: 220px;
	height: 240px;
}
.forum {
	margin-top: 0px;
	text-align: left;
	position: absolute;
	margin-left: 50px;
}
h1 {
	color: #FFCC99;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	width: 800px;
	margin-top: 25px;
	text-shadow: 0.5px 0.5px 0.5px #000;
	font-weight: normal;
	height: 80px;
	text-indent: 10%;
}
h2 {
	color: #FFCC99;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 0.5px 0.5px 0.5px #000;
}
h3 {
	color: #FFE5CC;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 2px 2px 2px #000;
}
h4 {
	color: #FFCC99;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0.5px 0.5px 0.5px #000;
}
h5 {
	color: #FFCC99;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0.5px 0.5px 0.5px #000;
	text-align: justify;
}
h6 {
	font-size: 14px;
	font-weight: normal;
	color: #FFCC99;
	text-align: justify;
	text-shadow: 0.5px 0.5px 0.5px #000;
}
.flags {
	text-align: right;
	margin-top: 5px;
	word-spacing: 5px;
	margin-bottom: -5px;
}

a:link, a:visited {
	color: #FFE5CC;
	font-weight: normal;
	outline-style: none;
}
a:active, a:hover {
	color: #ffffff;
	font-weight: normal;
	outline-style: none;
}
.h7 {
	color: #FFE5CC;
}