html,body{
	margin: 0px;
	font-family: Verdana,Arial,Helvetica;
	font-size:14pt;	
	text-align:center;
	background-color:#000000;
}
#main{
	width:955px;
	height:600px;
	margin:0px auto;
	margin-top:2%;
	background: #000000 url(../img/bg.png) no-repeat top left;
	text-align:justify;
}
#mainhome{
	width:955px;
	height:600px;
	margin:0px auto;
	margin-top:2%;
	background: #000000 url(../img/bghome.png) no-repeat top left;
	text-align:justify;
}
#content{
	position:absolute;
	width:825px;
	height:480px;
	margin:60px;
	margin-left:60px;
}
#menu{
	position:absolute;
	top:10px;
	left:500px;
	font-size:10pt;
	color:#35a728;
}
#menu a{
	color:#35a728;
}
#menu a:hover{
	border-bottom:1px dotted #35a728;
}
#menuhome{
	font-size:12pt;
	color:#35a728;
	margin-top:10px;
}
#menuhome a{
	color:#35a728;
}
#menuhome a:hover{
	border-bottom:1px dotted #35a728;
}
img.logo{
	width:200px;
	border:0px;
}
img.home{
	width:300px;
	border:0px;
}
a, a:link, a:active, a:visited{
	border:0px;
	text-decoration:none;
	color:#ffffff;
}
a.img{
	border:0px;
	color:#ffffff;
	text-decoration:none;
}
img.left{
	border:0px;
	margin-top:20px;
}
h2.title{
	position:absolute;
	top:60px;
	left:350px;
	font-size:14pt;
	margin:0px;
	color:#35a728;
	font-weight:normal;
}
#text{
	position:absolute;
	left:350px;
	top:90px;
	width:460px;
	height:380px;
	font-size:10pt;
}
li{
	margin-bottom:20px;
}
li.slim{
	margin-bottom:0px;
}
p.footer{
	color:#ffffff;
	font-size:8pt;
	margin-top:0px;
	margin-bottom:0px;
}
a.credits{
	color:#555555;
	font-size:7pt;
}
