body {
	color: #000000;
	text-align: center;
	background-color: #000000;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.containter {
	background-image: url(assets/background.jpg);
	background-repeat: repeat-x;
	height: 500px;
	width: 800px;
	text-align: left;
	margin: auto;
}
.containter .content {
	width: 480px;
	float: right;
	background-color: #CCCCCC;
	padding: 5px;
	height: 410px;
	text-align: left;
	margin: 0px;
}
.containter .logo {
	height: 390px;
	float: right;
	width: 490px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.containter .tree {
	float: left;
	height: 500px;
	background-image: url(assets/tree.jpg);
	width: 155px;
	text-align: right;
	padding-left: 135px;
}
.floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.floatleft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.text {
	clear: both;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}
.back {
	float: right;
	font-size: 10pt;
	font-weight: bold;
}
.back a:link {
color: #000000;
text-decoration: none;
}
.back a:visited {
color: #000000;
text-decoration: none;
}
.back a:hover {
color: #009400;
text-decoration: none;
}
.links a:link {
color: #000000;
text-decoration: none;
}
.links a:visited {
color: #000000;
text-decoration: none;
}
.links a:hover {
color: #009400;
text-decoration: none;
}
.containter .logo .content .category .links {
}

a:link {
color: #009400;
text-decoration: none;
}
a:visited {
color: #009400;
text-decoration: none;
}
a:hover {
color: #FFFFFF;
text-decoration: none;
}

