img {
	border:3px solid #ffd9b3;
}

#banner {
	position:absolute;
	top:40px;
	left:0px;
	right:0px;
	height:60px;
	background:url('images/background.png') repeat-x;
}

#header {
	position:absolute;
	top:0px;
	left:100px;
	height:60px;
	width:600px;
	background:url('images/banner.png') no-repeat;
}

#image {
	position:absolute;
	top:0px;
	left:700px;
	width:60px;
	height:60px;
}

#links {
	position:absolute;
	top:100px;
	left:100px;
	height:30px;
	line-height:30px;
}

#links a {
	margin-left:35px;
	margin-right:38px;
	font:16px "Trebuchet MS";
	font-weight:bold;
	text-decoration:none;
	color:#993300;
}

#links a:hover {
	text-decoration:underline;
	color:#993300;
}

#content {
	position:absolute;
	top:160px;
	left:100px;
	width:630px;
	background-color:#ffcc99;
	padding:20px;
	font:13px "Trebuchet MS";
	border:2px solid #cc6633;
	text-align:justify;

}

#content a {
	color:#003366
}

.screenshot {
	margin-left:200px;
	margin-top:3px;
	margin-bottom:8px;
}

.head {
	font-weight:bold;
	font-size:16px;
	margin-top:20px;
}

.text {
	margin-left:20px;
}