@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
}
html {
	background-image: url(images/public_body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

#link {
	text-align: center;
	margin-top: 10px;
	border: 1px solid #950101;
}
a {
	color: #FFE400;
}
a:visted {
	color: #FFE400;
}
a:active {
	color: #FFE400;
}
#pic img {
	border: 1px solid #A40405;
	margin-top: 10px;
	margin-bottom: 10px;
}

#text {
	font-size: 26px;
	padding: 10px;
	text-align: justify;
	font-weight: bold;
	color: #999;
}
#text2 {
	font-size: 26px;
	padding: 10px;
	text-align: justify;
	font-weight: bold;
	color: #FFE400;
}
#text-yellow {
	font-size: 26px;
	padding: 10px;
	text-align: justify;
	font-weight: bold;
	color: #FFE400;
  }
#screenshots {
	margin-top: 10px;
	margin-bottom: 10px;
}
#screenshots img {
	border: 1px solid #A40405;
}

