@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
	background-color: #0a0a29;
	font-size: 12px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

#container {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/container-bg.jpg);
}
#content {
	background-color: #362722;
	width: 457px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	left: 131px;
	top: 335px;
	position: absolute;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.imgLeft {
	float: left;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 6px;
	padding-left: 6px;
	height: 60px;
	font-size: 9px;
	padding-top: 5px;
	margin: 0px;
}
