* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	/** background: #F781BF; **/
	background: #0472F3; 
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
}
#wrapper {
	width: 640px;
	margin: 0 auto;
	text-align: left;
  background: #fff;
  padding: 10px 40px 0 40px;
}
#logo {
	background: url(../images/gui/logo.gif) no-repeat 0 0;
	display: block;
	margin: 10px 10px 45px 0;
	width: 297px;
	height: 95px;
}
#logo a {
	width: 297px;
	height: 95px;
	text-decoration: none;
	display: block;
}
#logo span {
	display: none;
}
.intro {
	background: url(../images/gui/bg_intro.gif);
	display: block;
	/*border-bottom: 1px solid #ddd;
*/
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 45px 0;
}
.intro a {
	color: #666;
	text-decoration: none;
}
.intro a:hover {
	color: #ff0000;
}
.screenshot {
	width: 200px;
	margin: 0 10px 20px 0;
	float: left;
}
#content {
	margin: 30px 0 0 0;
	width: 390px;
	float: left;
}
#contact {
	margin: 30px 0 0 30px;
	width: 200px;
	float: left;
}
p {
	margin: 0 0 10px 0;
}
h2 {
	font-size: 15px;
	line-height: 150%;
	margin: 0 0 7px 0;
}

h6
{
  color: #999;
  font-size: 11px;
  margin: 0 0 5px 0;
  font-weight: normal;
}

.clr
{
  clear: both;
}
