/*----------------------------------------------------------------------------*/
*		{ font-family:Lucida Grande; }
body		{ background-color:white; font-size:13px; color:#202020;
		  text-align:center; }
a		{ text-decoration:none; color:#202020; }
a:hover		{ color:#404040; text-decoration:underline; }
*, *:hover, *:active, *:link
		{ outline: none; }
/*----------------------------------------------------------------------------*/
#pg		{ width:592px; margin:0px auto 16px auto; padding:5px; }

#header		{ background:url(logo.png) center center no-repeat;
		  height:297px; position:relative; }
a#download,
a#feedback	{ position:absolute; top:200px; width:200px; height:30px;
		  font-size:16px; color:#8f8f8f; }
a#download	{ left:50px; text-align:left; }
a#feedback	{ right:50px; text-align:right; }

#title		{ font-size:42px; color:#8f8f8f; text-align:center;
		  position:relative; z-index:10; line-height:30px;
		  margin-top:-4px; }

#version	{ font-size:11px; text-align:center; position:relative;
		  margin-top: -13px; }
#version .v	{ font-weight:bold; }
#version .d	{ font-style:italic; font-size: 9px; }

#content	{ text-align:justify; padding:15px; position:relative;
		  background-color:#f4f4f4;
		  border:solid 6px #8f8f8f; border-radius: 30px;
		  -moz-border-radius: 30px; -webkit-border-radius: 30px; }
#content a	{ font-weight:bold; color:#8f8f8f; }

ul		{ }
li		{ margin:7px 30px; }

#bugs		{ font-size:10px; margin:30px 30px 20px 10px; }

#footer		{ font-size:11px; color:#888888; text-align:center;
		  margin-top:0px; }	  
#donate		{ text-align:center; }

