body {
	background-image: url(../img/design/bg.jpg);
	background-repeat: no-repeat;
 	background-position:right bottom;
	background-color: white;
	margin: 0 0 0 0;
	font: normal 17px Arial,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	color: #666;
}


#container {
	width: 900px;
/* 	min-height: 1200px; */
	margin: 0 auto 0 auto;
}

#header {
	width: 900px;
	height: 268px;
	background-image: url(../img/design/head.jpg);
	background-repeat: no-repeat;

}

#menu {
	width: 835px;
	height: 42px;
	margin: 0 auto 0 auto;
}

h2 {
	color: #87cd4c;
  
}

#content {
	clear: both;
	width: 700px;
 	margin-left: 100px;
	margin-right: 100px;
	padding-bottom: 530px;
	text-align: justify;
}

img {
	border: 0px;
  
}

a:link,
a:visited{
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}


