html, body {
height: 100%; /* Required */
}
body {
	margin : 0;
	padding : 0;
	background-color: #FFFFFF;
}
#container {
	position: relative;
	width : 999px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.page_title {
	font-family: "Trebuchet MS";
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.content_bg {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-color: #303030;
}
.copy_rights {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}

