body{
	background-image: url("containerR.png");
	font-family: lucida console;
	font-size: 14pt;
}
.container{
	background: #000000;
	margin: 30px auto;
	width: 900px;
	height: 1000px;
}
.header{
	background-image: url("header-gud.png");
	background-size: 900px;
	height: 300px;
	width: 900px;
}
.navigation{
	background: #327856;
	width: 900px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{
	background-color: #297032;
	width: 900px;
	height: 600px;
}
.clear{
	clear: both;
}
.footer{
	background: #000000;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 18pt;
}
a{
	color: #ff0000;
	text-decoration: none;

}
	