body{
	margin: 15px;
	font-family: Arial;
	font-size: 10pt;
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-color: #a0d2a7;
	float: left;
}
#container{
  background-color: transparent;
  width: 800px;
  position: absolute;
  left:50%;
  margin-left: -400px;
}

#header {
  border-bottom: 2px solid #000000;
  width: 800px;
}

#ad {
  	text-align: center;
	margin-left: 0px;
}

#Message {
	border: 1px solid rgb(255, 204, 0); 
	margin: 0pt 0pt 0.5em; 
	padding: 0.5em 1em; 
	background-color: rgb(255, 255, 153); 
	-moz-border-radius: 10px 10px 10px 10px;
	text-align: center;
}

#BuyRect {
	border: 1px solid #060; 
	margin: 0pt 0pt 0.5em; 
	padding: 0.5em 1em; 
	background-color: #6C6; 
	-moz-border-radius: 10px 10px 10px 10px;
	text-align: center;
}

#main_menu{
  background-color: transparent;
  width: 800px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
}

#content{
  background-color: transparent;
  margin-left: 0px;
  padding: 9px;
  min-height: 150px;
}
#buy{
  background-color: transparent;
  margin-left: 0px;
  margin-bottom: 15px;
}

#buyType{
  background-color: transparent;
  clear: both;
  font-size: 9pt;
  padding: 5px;
  border-bottom: 2px solid #000000;
  text-align: center;
}

#copyright{
  background-color: transparent;
  clear: both;
  font-size: 8pt;
  padding: 5px;
  border-top: 2px solid #000000;
  text-align: center;
}

#main_menu a img
{
  border: 0px;
  text-align: justify;
}

#header a img
{
  border: 0px;
  text-align: justify;
}

#main_menu a:hover
{
  text-decoration: underline;
  color: #0099FF;
  background-color: transparent;
}

#content p
{
  text-indent: 0px;
  text-align: justify;
  margin:0px;
  margin-top:4px;
}

#content ul
{
  margin:0px;
  margin-top:4px;
}

#features
{
	text-align: justify;
	margin-left: 0px;
}

#content ul li
{
  text-align: justify;
}

#screenshot
{
  float: right;
  width: auto;
}

#screenshots
{
  margin-top: 30px;
  width: 800px;
  border-top: 2px solid #000000;
}

.screen{
	padding: 8px;
}

.homescreen{
  float: right;
  padding: 10px;
}


#msg
{
  margin-top: 30px;
  width: 500px;
  border-top: 2px solid #000000;
}