/* CSS Document */
body{
	font-family: Verdana, Helvetica, Arial;
	font-size: 0.9em;
	background-color:#000000;
	color:#CCCCCC;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}

/*
a:link    { color: #CCC; text-decoration:underline; }
a:hover   { color:#FF9900 }
a:visited { color: #CCC; text-decoration:underline; }
a:active  { color:#FF9900 }
*/

.important {
	color: #a2b9ce;
	font-weight:bold;
}

a:link, a:visited {
  color: #a2b9ce;
	text-decoration: none;
}

a:hover, a:active {
	color: #7f93a4;
}

#infocontainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width:  700px;
	height: 500px;
	background-image:url(gfx/start_logo.png);
	background-repeat: no-repeat;
}

#containerdiv {
  padding-top: 110px;
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
  height: 380px;
}

#infodiv {
  padding-right: 130px;
}

#bottomdiv {
  position: absolute;
	top: 550px;
	font-size: 0.8em;
}

#bottomdiv a:link,
#bottomdiv a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#bottomdiv a:hover,
#bottomdiv a:active {
  color: #a2b9ce;
}

#flybutton {
  /**position: absolute;
  margin: 5px;
  right: 0px;
  top: -30px;**/
  padding-top:5px;
  valign:middle;
  border: 0px;
}

.black {
	background-color:#000000;
	color: #CCCCCC;
	border: 1px solid #fff;
	margin-left: 10px;
}