*
{
	margin: 0;
	padding: 0;
}

body
{
  background-color:#9ff7bc;
	color: #000000;
	font-family: 'trebuchet ms', Helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}

h1
{
  font-size:15pt;
  font-weight:bold;
  line-height:30pt;
}

h2
{
  font-size:12pt;
  font-weight:bold;
  line-height:30pt;
}

a:link {color:green; text-decoration:none}
a:visited {color:green; text-decoration:none}
a:active {color:green; text-decoration:none}
a:hover {color:green; text-decoration:underline}

#all
{
	background-image: url(../img/softwwware.jpg);
	border: 0;
	color: #018d5e;
	font-size: 9pt;
  line-height:14pt;
	margin: 0 auto;
	width: 870px;
  height:270px;
	text-align: left;
}
#content
{
  margin-top: 40px;
  padding:255px 0 0 295px;
  font-size:12pt;
}
#footer
{
  text-align:center;
  font-size:9pt;
  margin-top:120px;
}
