@charset "utf-8";
/* CSS Document */

body {
	background-color: #38636B;
	height: auto;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #033;

}
#container {
	background-color: #FFF;
	visibility: visible;
	width: 700px;
	border: thin solid #999;
	margin-top: 20px;
	margin-right: 15%;
	margin-bottom: 30px;
	margin-left: 15%;
	padding-right: 25px;
	padding-left: 25px;
}
.linkText {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #006;
}
#screenshots {
	float: right;
}
#footer {
	margin-top: 1200px;
}
#text {
	width: 200px;
	float: left;
	margin-top: 50px;
	padding-left: 5px;
}

.linkText a{
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #006;
}
.linkText a:hover{
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #900;
	text-decoration: underline;
}
.linkText a:visited{
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #39F;
	text-decoration: none;
}
.linkText a:active{
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}
