@CHARSET "ISO-8859-1";
body {
	left:50%;
}
#container {
	width:100%;height:100%;
	/* background-image: url('../images/background.jpg'); */
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
#adobeFrame {
	color:white;
	text-align:center;
	visibility:hidden;
	border:red 4px solid;
	height:200px;
	width:450px;
	position:absolute;
	top:42%;
	left:50%;
}
a:link              { color:yellow; text-decoration:underline; font-size:25px; font-weight: bold; }
a:visited           { color:white; text-decoration:underline; }
a:hover             { color:98FB98; text-decoration:underline; }
a:active            { color:white; text-decoration:underline; }

