/* CSS Document */

body {
	background-color: #BFFCFE;
	background-image: url(img/bg.jpg);
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #81573F;
}
a:link {
	color: #660000;
}
a:visited {
	color: #663300;
}
a:hover {
	color: #660000;
}
a:active {
	color: #660000;
}
#bg_top {
	position: absolute;
	height: 120px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(img/back_top.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}
#bg_bottom {
	position: absolute;
	height: 16px;
	
	bottom: 0px;
	left: 0px;
	background-image: url(img/back_bottom.jpg);
	background-repeat: repeat-x;
}

#panel1 {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	padding: 10px;
	width: 800px;
	background-color: #F7F6DA;
	border: 1px solid #BB9E1C;
	z-index: 1;
	top: 80px;
	margin-bottom: 150px;
}
#panel2 {
	padding: 10px;
	width: 780px;
	background-color: #F7F6DA; 
	border: 1px solid #E2D06A;
}
.section {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E2D06A;
	padding: 10px;
	text-align: justify;
	margin-bottom: 10px;
}
.screenshot img{
	border: 1px solid #E2D06A;
}


.screenshot {
	margin: 5px;
	border: 1px solid #E2D06A;
	padding: 5px;
	width: 322px;
	height: 242px;
	text-align: center;
}
